route53_disassociate_vpc_from_hosted_zone {paws.networking} | R Documentation |
Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone
Description
Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone. Note the following:
See https://www.paws-r-sdk.com/docs/route53_disassociate_vpc_from_hosted_zone/ for full documentation.
Usage
route53_disassociate_vpc_from_hosted_zone(HostedZoneId, VPC, Comment = NULL)
Arguments
HostedZoneId |
[required] The ID of the private hosted zone that you want to disassociate a VPC from. |
VPC |
[required] A complex type that contains information about the VPC that you're disassociating from the specified hosted zone. |
Comment |
Optional: A comment about the disassociation request. |
[Package paws.networking version 0.9.0 Index]