VpcAttachmentProposedSegmentChangeArgs

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)

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
val tags: Output<List<VpcAttachmentTagArgs>>? = null

The key-value tags that changed for the segment.

Functions

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