Connect Attachment Proposed Network Function Group Change Args
data class ConnectAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<ConnectAttachmentTagArgs>>? = null) : ConvertibleToJava<ConnectAttachmentProposedNetworkFunctionGroupChangeArgs>
The attachment to move from one network function group to another.
Constructors
Link copied to clipboard
constructor(attachmentPolicyRuleNumber: Output<Int>? = null, networkFunctionGroupName: Output<String>? = null, tags: Output<List<ConnectAttachmentTagArgs>>? = null)