VpnGatewayArgs

data class VpnGatewayArgs(val amazonSideAsn: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null) : ConvertibleToJava<VpnGatewayArgs>

Specifies a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself. For more information, see in the User Guide.

Constructors

Link copied to clipboard
constructor(amazonSideAsn: Output<Int>? = null, tags: Output<List<TagArgs>>? = null, type: Output<String>? = null)

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<TagArgs>>? = 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.

Functions

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