GetRouteServerPeerResult

data class GetRouteServerPeerResult(val arn: String? = null, val endpointEniAddress: String? = null, val endpointEniId: String? = null, val id: String? = null, val routeServerId: String? = null, val subnetId: String? = null, val tags: List<Tag>? = null, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, endpointEniAddress: String? = null, endpointEniId: String? = null, id: String? = null, routeServerId: String? = null, subnetId: String? = null, tags: List<Tag>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the Route Server Peer.

Link copied to clipboard

Elastic Network Interface IP address owned by the Route Server Endpoint

Link copied to clipboard
val endpointEniId: String? = null

Elastic Network Interface ID owned by the Route Server Endpoint

Link copied to clipboard
val id: String? = null

The ID of the Route Server Peer.

Link copied to clipboard
val routeServerId: String? = null

Route Server ID

Link copied to clipboard
val subnetId: String? = null

Subnet ID

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val vpcId: String? = null

VPC ID