Direct Connect Gateway Attachment Proposed Network Function Group Change Args
data class DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<DirectConnectGatewayAttachmentTagArgs>>? = null) : ConvertibleToJava<DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChangeArgs>
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<DirectConnectGatewayAttachmentTagArgs>>? = null)