VpnGatewayConnectionTrafficSelectorPolicy

data class VpnGatewayConnectionTrafficSelectorPolicy(val localAddressRanges: List<String>, val remoteAddressRanges: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

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.