Show / Hide Table of Contents

Class CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty

Describes proposed changes to a network function group.

Inheritance
object
CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty
Implements
CfnVpcAttachment.IProposedNetworkFunctionGroupChangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty : CfnVpcAttachment.IProposedNetworkFunctionGroupChangeProperty
Syntax (vb)
Public Class CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty Implements CfnVpcAttachment.IProposedNetworkFunctionGroupChangeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.NetworkManager;

             var proposedNetworkFunctionGroupChangeProperty = new ProposedNetworkFunctionGroupChangeProperty {
                 AttachmentPolicyRuleNumber = 123,
                 NetworkFunctionGroupName = "networkFunctionGroupName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

ProposedNetworkFunctionGroupChangeProperty()

Describes proposed changes to a network function group.

Properties

AttachmentPolicyRuleNumber

The proposed new attachment policy rule number for the network function group.

NetworkFunctionGroupName

The proposed name change for the network function group name.

Tags

The list of proposed changes to the key-value tags associated with the network function group.

Constructors

ProposedNetworkFunctionGroupChangeProperty()

Describes proposed changes to a network function group.

public ProposedNetworkFunctionGroupChangeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.NetworkManager;

             var proposedNetworkFunctionGroupChangeProperty = new ProposedNetworkFunctionGroupChangeProperty {
                 AttachmentPolicyRuleNumber = 123,
                 NetworkFunctionGroupName = "networkFunctionGroupName",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

AttachmentPolicyRuleNumber

The proposed new attachment policy rule number for the network function group.

public double? AttachmentPolicyRuleNumber { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange-attachmentpolicyrulenumber

NetworkFunctionGroupName

The proposed name change for the network function group name.

public string? NetworkFunctionGroupName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange-networkfunctiongroupname

Tags

The list of proposed changes to the key-value tags associated with the network function group.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-vpcattachment-proposednetworkfunctiongroupchange-tags

Implements

CfnVpcAttachment.IProposedNetworkFunctionGroupChangeProperty
Back to top Generated by DocFX