VpcPeeringConnectionAccepterRequester

data class VpcPeeringConnectionAccepterRequester(val allowClassicLinkToRemoteVpc: Boolean? = null, val allowRemoteVpcDnsResolution: Boolean? = null, val allowVpcToRemoteClassicLink: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowClassicLinkToRemoteVpc: Boolean? = null, allowRemoteVpcDnsResolution: Boolean? = null, allowVpcToRemoteClassicLink: Boolean? = null)

Types

Link copied to clipboard
object Companion

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.