VpnGateway

Describes a virtual private gateway.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

Link copied to clipboard

The current state of the virtual private gateway.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the virtual private gateway.

Link copied to clipboard

The type of VPN connection the virtual private gateway supports.

Link copied to clipboard

Any VPCs attached to the virtual private gateway.

Link copied to clipboard

The ID of the virtual private gateway.

Functions

Link copied to clipboard
inline fun copy(block: VpnGateway.Builder.() -> Unit = {}): VpnGateway
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String