dataexchange:CreateJob

Write

dataexchange:CreateJob is a Write access-level action in the dataexchange service. Grants permission to create a job to import or export assets

Resource types

ARNs that dataexchange:CreateJob can be scoped to in an IAM policy.

arn:${Partition}:dataexchange:${Region}:${Account}:jobs/${JobId}
jobs

Condition keys

Keys you can use in the Condition block of a policy that grants dataexchange:CreateJob.

dataexchange:JobType String

Filters access by the specified job type

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDataexchangeCreateJob",
      "Effect": "Allow",
      "Action": "dataexchange:CreateJob",
      "Resource": "*"
    }
  ]
}

Related actions in dataexchange

View all dataexchange actions →