GetTransitGatewayRouteTableAttachmentResult

data class GetTransitGatewayRouteTableAttachmentResult(val attachmentId: String? = null, val attachmentPolicyRuleNumber: Int? = null, val attachmentType: String? = null, val coreNetworkArn: String? = null, val coreNetworkId: String? = null, val createdAt: String? = null, val edgeLocation: String? = null, val ownerAccountId: String? = null, val proposedSegmentChange: TransitGatewayRouteTableAttachmentProposedSegmentChange? = null, val resourceArn: String? = null, val segmentName: String? = null, val state: String? = null, val tags: List<TransitGatewayRouteTableAttachmentTag>? = null, val updatedAt: String? = null)

Constructors

fun GetTransitGatewayRouteTableAttachmentResult(attachmentId: String? = null, attachmentPolicyRuleNumber: Int? = null, attachmentType: String? = null, coreNetworkArn: String? = null, coreNetworkId: String? = null, createdAt: String? = null, edgeLocation: String? = null, ownerAccountId: String? = null, proposedSegmentChange: TransitGatewayRouteTableAttachmentProposedSegmentChange? = null, resourceArn: String? = null, segmentName: String? = null, state: String? = null, tags: List<TransitGatewayRouteTableAttachmentTag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachmentId: String? = null

The ID of the attachment.

Link copied to clipboard

The policy rule number associated with the attachment.

Link copied to clipboard
val attachmentType: String? = null

The type of attachment.

Link copied to clipboard
val coreNetworkArn: String? = null

The ARN of a core network for the VPC attachment.

Link copied to clipboard
val coreNetworkId: String? = null

The ID of a core network where you're creating a site-to-site VPN attachment.

Link copied to clipboard
val createdAt: String? = null

Creation time of the attachment.

Link copied to clipboard
val edgeLocation: String? = null

The Region where the edge is located.

Link copied to clipboard
val ownerAccountId: String? = null

Owner account of the attachment.

Link copied to clipboard

The attachment to move from one segment to another.

Link copied to clipboard
val resourceArn: String? = null

The ARN of the Resource.

Link copied to clipboard
val segmentName: String? = null

The name of the segment that attachment is in.

Link copied to clipboard
val state: String? = null

The state of the attachment.

Link copied to clipboard

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

Link copied to clipboard
val updatedAt: String? = null

Last update time of the attachment.