personalize:CreateDataInsightsJob

Write

personalize:CreateDataInsightsJob is a Write access-level action in the personalize service. Grants permission to create a data insights job

Resource types

ARNs that personalize:CreateDataInsightsJob can be scoped to in an IAM policy.

arn:${Partition}:personalize:${Region}:${Account}:data-insights-job/${ResourceId}
dataInsightsJob

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows personalize:CreateDataInsightsJob. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowPersonalizeCreateDataInsightsJob",
      "Effect": "Allow",
      "Action": "personalize:CreateDataInsightsJob",
      "Resource": "*"
    }
  ]
}

Related actions in personalize

View all personalize actions →