View source: R/route53_operations.R
route53_associate_vpc_with_hosted_zone | R Documentation |
Associates an Amazon VPC with a private hosted zone.
See https://www.paws-r-sdk.com/docs/route53_associate_vpc_with_hosted_zone/ for full documentation.
route53_associate_vpc_with_hosted_zone(HostedZoneId, VPC, Comment = NULL)
HostedZoneId |
[required] The ID of the private hosted zone that you want to associate an Amazon VPC with. Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association. |
VPC |
[required] A complex type that contains information about the VPC that you want to associate with a private hosted zone. |
Comment |
Optional: A comment about the association request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.