TransitGatewayPeeringAttachmentArgs

data class TransitGatewayPeeringAttachmentArgs(val peerAccountId: Output<String>? = null, val peerRegion: Output<String>? = null, val peerTransitGatewayId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val transitGatewayId: Output<String>? = null) : ConvertibleToJava<TransitGatewayPeeringAttachmentArgs>

The AWS::EC2::TransitGatewayPeeringAttachment type

Constructors

Link copied to clipboard
constructor(peerAccountId: Output<String>? = null, peerRegion: Output<String>? = null, peerTransitGatewayId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, transitGatewayId: Output<String>? = null)

Properties

Link copied to clipboard
val peerAccountId: Output<String>? = null

The ID of the peer account

Link copied to clipboard
val peerRegion: Output<String>? = null

Peer Region

Link copied to clipboard
val peerTransitGatewayId: Output<String>? = null

The ID of the peer transit gateway.

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

The tags for the transit gateway peering attachment.

Link copied to clipboard
val transitGatewayId: Output<String>? = null

The ID of the transit gateway.

Functions

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