organizations:CancelHandshake is a Write access-level action in the organizations service. Grants permission to cancel a handshake
ARNs that organizations:CancelHandshake can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows organizations:CancelHandshake. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOrganizationsCancelHandshake",
"Effect": "Allow",
"Action": "organizations:CancelHandshake",
"Resource": "*"
}
]
}