route53_associate_vpc_with_hosted_zone {paws.networking} | R Documentation |
Associates an Amazon VPC with a private hosted zone
Description
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.
Usage
route53_associate_vpc_with_hosted_zone(HostedZoneId, VPC, Comment = NULL)
Arguments
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. |
[Package paws.networking version 0.7.0 Index]