Get Attachment Result
data class GetAttachmentResult(val arn: String, val associationState: String, val associationTransitGatewayRouteTableId: String, val filters: List<GetAttachmentFilter>? = null, val id: String, val resourceId: String, val resourceOwnerId: String, val resourceType: String, val state: String, val tags: Map<String, String>, val transitGatewayAttachmentId: String, val transitGatewayId: String, val transitGatewayOwnerId: String)
A collection of values returned by getAttachment.
Constructors
Link copied to clipboard
constructor(arn: String, associationState: String, associationTransitGatewayRouteTableId: String, filters: List<GetAttachmentFilter>? = null, id: String, resourceId: String, resourceOwnerId: String, resourceType: String, state: String, tags: Map<String, String>, transitGatewayAttachmentId: String, transitGatewayId: String, transitGatewayOwnerId: String)
Properties
Link copied to clipboard
The state of the association (see the underlying AWS API for valid values).
Link copied to clipboard
The ID of the route table for the transit gateway.
Link copied to clipboard
Link copied to clipboard
ID of the resource.
Link copied to clipboard
ID of the AWS account that owns the resource.
Link copied to clipboard
Resource type.
Link copied to clipboard
Link copied to clipboard
ID of the transit gateway.
Link copied to clipboard
The ID of the AWS account that owns the transit gateway.