TransitGatewayRouteTableAttachmentProposedSegmentChangeArgs

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

constructor(attachmentPolicyRuleNumber: Output<Int>? = null, segmentName: Output<String>? = null, tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null)

Properties

Link copied to clipboard
val attachmentPolicyRuleNumber: Output<Int>? = null

The rule number in the policy document that applies to this change.

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

The name of the segment to change.

Link copied to clipboard

The key-value tags that changed for the segment.

Functions

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