Vpn Gateway Args
data class VpnGatewayArgs(val amazonSideAsn: Output<Int>? = null, val tags: Output<List<VpnGatewayTagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<VpnGatewayArgs>
Schema for EC2 VPN Gateway
Constructors
Link copied to clipboard
fun VpnGatewayArgs(amazonSideAsn: Output<Int>? = null, tags: Output<List<VpnGatewayTagArgs>>? = null, type: Output<String>? = null)