Peering Connection Options Requester Args
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
fun PeeringConnectionOptionsRequesterArgs(allowClassicLinkToRemoteVpc: Output<Boolean>? = null, allowRemoteVpcDnsResolution: Output<Boolean>? = null, allowVpcToRemoteClassicLink: Output<Boolean>? = null)