Vpc Peering Connection Requester Args
data class VpcPeeringConnectionRequesterArgs(val allowClassicLinkToRemoteVpc: Output<Boolean>? = null, val allowRemoteVpcDnsResolution: Output<Boolean>? = null, val allowVpcToRemoteClassicLink: Output<Boolean>? = null) : ConvertibleToJava<VpcPeeringConnectionRequesterArgs>
Constructors
Link copied to clipboard
fun VpcPeeringConnectionRequesterArgs(allowClassicLinkToRemoteVpc: Output<Boolean>? = null, allowRemoteVpcDnsResolution: Output<Boolean>? = null, allowVpcToRemoteClassicLink: Output<Boolean>? = null)