Vpc Peering Connection Accepter Requester Args
data class VpcPeeringConnectionAccepterRequesterArgs(val allowClassicLinkToRemoteVpc: Output<Boolean>? = null, val allowRemoteVpcDnsResolution: Output<Boolean>? = null, val allowVpcToRemoteClassicLink: Output<Boolean>? = null) : ConvertibleToJava<VpcPeeringConnectionAccepterRequesterArgs>
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.