aws-marketplace:CancelChangeSet

Write

aws-marketplace:CancelChangeSet is a Write access-level action in the aws-marketplace service. Grants permission to cancel a running change set

Resource types

ARNs that aws-marketplace:CancelChangeSet can be scoped to in an IAM policy.

arn:${Partition}:aws-marketplace:${Region}:${Account}:${Catalog}/ChangeSet/${ResourceId}
ChangeSet

Condition keys

Keys you can use in the Condition block of a policy that grants aws-marketplace:CancelChangeSet.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

catalog:ChangeType String

Filters access by the change type in the StartChangeSet request

Example IAM policy

A minimal policy that allows aws-marketplace:CancelChangeSet. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAwsmarketplaceCancelChangeSet",
      "Effect": "Allow",
      "Action": "aws-marketplace:CancelChangeSet",
      "Resource": "*"
    }
  ]
}

Related actions in aws-marketplace

View all aws-marketplace actions →