Vpn Connection Args
data class VpnConnectionArgs(val customerGatewayId: Output<String>? = null, val staticRoutesOnly: Output<Boolean>? = null, val tags: Output<List<VpnConnectionTagArgs>>? = null, val transitGatewayId: Output<String>? = null, val type: Output<String>? = null, val vpnGatewayId: Output<String>? = null, val vpnTunnelOptionsSpecifications: Output<List<VpnConnectionVpnTunnelOptionsSpecificationArgs>>? = null) : ConvertibleToJava<VpnConnectionArgs>
Resource Type definition for AWS::EC2::VPNConnection
Constructors
Link copied to clipboard
fun VpnConnectionArgs(customerGatewayId: Output<String>? = null, staticRoutesOnly: Output<Boolean>? = null, tags: Output<List<VpnConnectionTagArgs>>? = null, transitGatewayId: Output<String>? = null, type: Output<String>? = null, vpnGatewayId: Output<String>? = null, vpnTunnelOptionsSpecifications: Output<List<VpnConnectionVpnTunnelOptionsSpecificationArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val vpnTunnelOptionsSpecifications: Output<List<VpnConnectionVpnTunnelOptionsSpecificationArgs>>? = null