View source: R/route53_operations.R
route53_delete_vpc_association_authorization | R Documentation |
Removes authorization to submit an associate_vpc_with_hosted_zone
request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a delete_vpc_association_authorization
request.
See https://www.paws-r-sdk.com/docs/route53_delete_vpc_association_authorization/ for full documentation.
route53_delete_vpc_association_authorization(HostedZoneId, VPC)
HostedZoneId |
[required] When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone. |
VPC |
[required] When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.