View source: R/route53_operations.R
route53_create_vpc_association_authorization | R Documentation |
Authorizes the Amazon Web Services account that created a specified VPC to submit an associate_vpc_with_hosted_zone
request to associate the VPC with a specified hosted zone that was created by a different account. To submit a create_vpc_association_authorization
request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an associate_vpc_with_hosted_zone
request.
See https://www.paws-r-sdk.com/docs/route53_create_vpc_association_authorization/ for full documentation.
route53_create_vpc_association_authorization(HostedZoneId, VPC)
HostedZoneId |
[required] The ID of the private hosted zone that you want to authorize associating a VPC with. |
VPC |
[required] A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.