route53:DisassociateVPCFromHostedZone is a Write access-level action in the route53 service. Grants permission to disassociate an Amazon Virtual Private Cloud from a Route 53 private hosted zone
ARNs that route53:DisassociateVPCFromHostedZone can be scoped to in an IAM policy.
No condition keys are documented for this action.
To use route53:DisassociateVPCFromHostedZone you may also need to grant:
A minimal policy that allows route53:DisassociateVPCFromHostedZone. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRoute53DisassociateVPCFromHostedZone",
"Effect": "Allow",
"Action": "route53:DisassociateVPCFromHostedZone",
"Resource": "*"
}
]
}