VpnGatewayArgs

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)

Functions

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

Properties

Link copied to clipboard
val amazonSideAsn: Output<Int>? = null

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

Link copied to clipboard
val tags: Output<List<VpnGatewayTagArgs>>? = null

Any tags assigned to the virtual private gateway.

Link copied to clipboard
val type: Output<String>? = null

The type of VPN connection the virtual private gateway supports.