Transit Gateway Route Table Attachment Proposed Segment Change Args
data class TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null) : ConvertibleToJava<TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs>
The attachment to move from one segment to another.
Constructors
Link copied to clipboard
constructor(attachmentPolicyRuleNumber: Output<Int>? = null, segmentName: Output<String>? = null, tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null)