GetPeeringAttachmentResult

data class GetPeeringAttachmentResult(val arn: String, val filters: List<GetPeeringAttachmentFilter>? = null, val id: String, val peerAccountId: String, val peerRegion: String, val peerTransitGatewayId: String, val state: String, val tags: Map<String, String>, val transitGatewayId: String)

A collection of values returned by getPeeringAttachment.

Constructors

Link copied to clipboard
constructor(arn: String, filters: List<GetPeeringAttachmentFilter>? = null, id: String, peerAccountId: String, peerRegion: String, peerTransitGatewayId: String, state: String, tags: Map<String, String>, transitGatewayId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the attachment.

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

Identifier of the peer AWS account.

Link copied to clipboard

Identifier of the peer AWS region.

Link copied to clipboard

Identifier of the peer EC2 Transit Gateway.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Identifier of the local EC2 Transit Gateway.