Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
You must specify a VPC ID in the request.
ec2_disable_vpc_classic_link_dns_support(VpcId)
A list with the following syntax:
list(
Return = TRUE|FALSE
)
The ID of the VPC.
svc$disable_vpc_classic_link_dns_support(
VpcId = "string"
)