TransitGatewayConnectArgs

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

The AWS::EC2::TransitGatewayConnect type

Constructors

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

Functions

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

Properties

Link copied to clipboard

The Connect attachment options.

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

The tags for the attachment.

Link copied to clipboard

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