PeeringConnectionOptionsRequesterArgs

data class PeeringConnectionOptionsRequesterArgs(val allowClassicLinkToRemoteVpc: Output<Boolean>? = null, val allowRemoteVpcDnsResolution: Output<Boolean>? = null, val allowVpcToRemoteClassicLink: Output<Boolean>? = null) : ConvertibleToJava<PeeringConnectionOptionsRequesterArgs>

Constructors

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

Properties

Link copied to clipboard

Allow a local linked EC2-Classic instance to communicate with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection to the remote VPC. This option is not supported for inter-region VPC peering.

Link copied to clipboard

Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

Link copied to clipboard

Allow a local VPC to communicate with a linked EC2-Classic instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink connection. This option is not supported for inter-region VPC peering.

Functions

Link copied to clipboard
open override fun toJava(): PeeringConnectionOptionsRequesterArgs