codewhisperer:DisassociateCustomizationPermission

Write

codewhisperer:DisassociateCustomizationPermission is a Write access-level action in the codewhisperer service. Grants permission to invoke DisassociateCustomizationPermission on CodeWhisperer

Resource types

ARNs that codewhisperer:DisassociateCustomizationPermission can be scoped to in an IAM policy.

arn:${Partition}:codewhisperer:${Region}:${Account}:customization/${Identifier}
customization

Condition keys

Keys you can use in the Condition block of a policy that grants codewhisperer:DisassociateCustomizationPermission.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with CodeWhisperer resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCodewhispererDisassociateCustomizationPermission",
      "Effect": "Allow",
      "Action": "codewhisperer:DisassociateCustomizationPermission",
      "Resource": "*"
    }
  ]
}

Related actions in codewhisperer

View all codewhisperer actions →