Transit Gateway Route Table Attachment Proposed Network Function Group Change Args
data class TransitGatewayRouteTableAttachmentProposedNetworkFunctionGroupChangeArgs(val attachmentPolicyRuleNumber: Output<Int>? = null, val networkFunctionGroupName: Output<String>? = null, val tags: Output<List<TransitGatewayRouteTableAttachmentTagArgs>>? = null) : ConvertibleToJava<TransitGatewayRouteTableAttachmentProposedNetworkFunctionGroupChangeArgs>
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<TransitGatewayRouteTableAttachmentTagArgs>>? = null)