connect:ClaimPhoneNumber is a Write access-level action in the connect service. Grants permission to claim phone number resources in an Amazon Connect instance or traffic distribution group
ARNs that connect:ClaimPhoneNumber can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants connect:ClaimPhoneNumber.
Filters access by using tag key-value pairs attached to the resource
A minimal policy that allows connect:ClaimPhoneNumber. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowConnectClaimPhoneNumber",
"Effect": "Allow",
"Action": "connect:ClaimPhoneNumber",
"Resource": "*"
}
]
}