CustomerGateway

class CustomerGateway : KotlinCustomResource

Specifies a customer gateway.

Properties

Link copied to clipboard
val bgpAsn: Output<Int>?

For devices that support BGP, the customer gateway's BGP ASN. Default: 65000

Link copied to clipboard
val bgpAsnExtended: Output<Double>?
Link copied to clipboard
val certificateArn: Output<String>?

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

Link copied to clipboard

The ID of the customer gateway.

Link copied to clipboard
val deviceName: Output<String>?

The name of customer gateway device.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipAddress: Output<String>

IPv4 address for the customer gateway device's outside interface. The address must be static.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

One or more tags for the customer gateway.

Link copied to clipboard
val type: Output<String>

The type of VPN connection that this customer gateway supports (`ipsec.1`).

Link copied to clipboard
val urn: Output<String>