VpcPeeringConnectionAccepterRequesterArgs

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

Constructors

constructor(allowClassicLinkToRemoteVpc: Output<Boolean>? = null, allowRemoteVpcDnsResolution: Output<Boolean>? = null, allowVpcToRemoteClassicLink: Output<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.

Functions

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