VpcAttachmentProposedNetworkFunctionGroupChange

data class VpcAttachmentProposedNetworkFunctionGroupChange(val attachmentPolicyRuleNumber: Int? = null, val networkFunctionGroupName: String? = null, val tags: List<VpcAttachmentTag>? = null)

The attachment to move from one network function group to another.

Constructors

constructor(attachmentPolicyRuleNumber: Int? = null, networkFunctionGroupName: String? = null, tags: List<VpcAttachmentTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rule number in the policy document that applies to this change.

Link copied to clipboard

The name of the network function group to change.

Link copied to clipboard
val tags: List<VpcAttachmentTag>? = null

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