GetDirectConnectGatewayAttachmentPlainArgs

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

A collection of arguments for invoking getDirectConnectGatewayAttachment.

Constructors

constructor(dxGatewayId: String? = null, filters: List<GetDirectConnectGatewayAttachmentFilter>? = null, tags: Map<String, String>? = null, transitGatewayId: String? = null)

Properties

Link copied to clipboard
val dxGatewayId: String? = null

Identifier of the Direct Connect Gateway.

Link copied to clipboard

Configuration block(s) for filtering. Detailed below.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired Transit Gateway Direct Connect Gateway Attachment.

Link copied to clipboard

Identifier of the EC2 Transit Gateway.

Functions

Link copied to clipboard
open override fun toJava(): GetDirectConnectGatewayAttachmentPlainArgs