CustomerGateway

Describes a customer gateway.

Types

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

Properties

Link copied to clipboard

The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Link copied to clipboard

The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Link copied to clipboard

The Amazon Resource Name (ARN) for the customer gateway certificate.

Link copied to clipboard

The ID of the customer gateway.

Link copied to clipboard

The name of customer gateway device.

Link copied to clipboard

The IP address for the customer gateway device's outside interface. The address must be static. If OutsideIpAddressType in your VPN connection options is set to PrivateIpv4, you can use an RFC6598 or RFC1918 private IPv4 address. If OutsideIpAddressType is set to PublicIpv4, you can use a public IPv4 address. If OutsideIpAddressType is set to Ipv6, you can use a public IPv6 address.

Link copied to clipboard

The current state of the customer gateway (pending | available | deleting | deleted).

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

Any tags assigned to the customer gateway.

Link copied to clipboard
val type: String?

The type of VPN connection the customer gateway supports (ipsec.1).

Functions

Link copied to clipboard
inline fun copy(block: CustomerGateway.Builder.() -> Unit = {}): CustomerGateway
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