Vpc Attachment Proposed Segment Change Args
data class VpcAttachmentProposedSegmentChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val segmentName: Output<String>? = null, val tags: Output<List<VpcAttachmentTagArgs>>? = null) : ConvertibleToJava<VpcAttachmentProposedSegmentChangeArgs>
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<VpcAttachmentTagArgs>>? = null)