VpnGatewayConnectionTrafficSelectorPolicyArgs

data class VpnGatewayConnectionTrafficSelectorPolicyArgs(val localAddressRanges: Output<List<String>>, val remoteAddressRanges: Output<List<String>>) : ConvertibleToJava<VpnGatewayConnectionTrafficSelectorPolicyArgs>

Constructors

constructor(localAddressRanges: Output<List<String>>, remoteAddressRanges: Output<List<String>>)

Properties

Link copied to clipboard

A list of local address spaces in CIDR format for this VPN Gateway Connection.

Link copied to clipboard

A list of remote address spaces in CIDR format for this VPN Gateway Connection.

Functions

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