Transit Gateway Route Table Attachment Args
data class TransitGatewayRouteTableAttachmentArgs(val peeringId: Output<String>? = null, val proposedSegmentChange: Output<TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs>? = null, val tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null, val transitGatewayRouteTableArn: Output<String>? = null) : ConvertibleToJava<TransitGatewayRouteTableAttachmentArgs>
AWS::NetworkManager::TransitGatewayRouteTableAttachment Resource Type definition.
Constructors
Link copied to clipboard
fun TransitGatewayRouteTableAttachmentArgs(peeringId: Output<String>? = null, proposedSegmentChange: Output<TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs>? = null, tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null, transitGatewayRouteTableArn: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val proposedSegmentChange: Output<TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs>? = null
Link copied to clipboard