DirectConnectGatewayAttachmentProposedNetworkFunctionGroupChangeArgs

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

constructor(attachmentPolicyRuleNumber: Output<Int>? = null, networkFunctionGroupName: Output<String>? = null, tags: Output<List<DirectConnectGatewayAttachmentTagArgs>>? = 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 networkFunctionGroupName: Output<String>? = null

The name of the network function group to change.

Link copied to clipboard

The key-value tags that changed for the network function group.

Functions

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