Vpc Peering Connection Accepter Requester
data class VpcPeeringConnectionAccepterRequester(val allowClassicLinkToRemoteVpc: Boolean? = null, val allowRemoteVpcDnsResolution: Boolean? = null, val allowVpcToRemoteClassicLink: Boolean? = null)
Properties
Link copied to clipboard
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC Peering Connection.
Link copied to clipboard
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
Link copied to clipboard
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC Peering Connection.