TransitGatewayConnectArgs

data class TransitGatewayConnectArgs(val options: Output<TransitGatewayConnectOptionsArgs>? = null, val tags: Output<List<TagArgs>>? = null, val transportTransitGatewayAttachmentId: Output<String>? = null) : ConvertibleToJava<TransitGatewayConnectArgs>

The AWS::EC2::TransitGatewayConnect type

Constructors

Link copied to clipboard
constructor(options: Output<TransitGatewayConnectOptionsArgs>? = null, tags: Output<List<TagArgs>>? = null, transportTransitGatewayAttachmentId: Output<String>? = null)

Properties

Link copied to clipboard

The Connect attachment options.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the attachment.

Link copied to clipboard

The ID of the attachment from which the Connect attachment was created.

Functions

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