GetCustomerGatewayResult

data class GetCustomerGatewayResult(val arn: String, val bgpAsn: Int, val certificateArn: String, val deviceName: String, val filters: List<GetCustomerGatewayFilter>? = null, val id: String, val ipAddress: String, val tags: Map<String, String>, val type: String)

A collection of values returned by getCustomerGateway.

Constructors

Link copied to clipboard
constructor(arn: String, bgpAsn: Int, certificateArn: String, deviceName: String, filters: List<GetCustomerGatewayFilter>? = null, id: String, ipAddress: String, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the customer gateway.

Link copied to clipboard
val bgpAsn: Int

Gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Link copied to clipboard

ARN for the customer gateway certificate.

Link copied to clipboard

Name for the customer gateway device.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

IP address of the gateway's Internet-routable external interface.

Link copied to clipboard

Map of key-value pairs assigned to the gateway.

Link copied to clipboard

Type of customer gateway. The only type AWS supports at this time is "ipsec.1".