GetDirectConnectGatewayAttachmentResult

data class GetDirectConnectGatewayAttachmentResult(val arn: String, val dxGatewayId: String? = null, val filters: List<GetDirectConnectGatewayAttachmentFilter>? = null, val id: String, val tags: Map<String, String>, val transitGatewayId: String? = null)

A collection of values returned by getDirectConnectGatewayAttachment.

Constructors

Link copied to clipboard
constructor(arn: String, dxGatewayId: String? = null, filters: List<GetDirectConnectGatewayAttachmentFilter>? = null, id: String, tags: Map<String, String>, transitGatewayId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the attachment.

Link copied to clipboard
val dxGatewayId: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Key-value tags for the EC2 Transit Gateway Attachment.

Link copied to clipboard