importexport:CreateJob is a Write access-level action in the importexport service. This action initiates the process of scheduling an upload or download of your data.
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows importexport:CreateJob. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowImportexportCreateJob",
"Effect": "Allow",
"Action": "importexport:CreateJob",
"Resource": "*"
}
]
}