Show / Hide Table of Contents

Interface CfnConnectAttachment.IProposedNetworkFunctionGroupChangeProperty

Describes proposed changes to a network function group.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnectAttachment.IProposedNetworkFunctionGroupChangeProperty
Syntax (vb)
Public Interface CfnConnectAttachment.IProposedNetworkFunctionGroupChangeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-connectattachment-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

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.

Properties

AttachmentPolicyRuleNumber

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

double? AttachmentPolicyRuleNumber { get; }
Property Value

double?

Remarks

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

NetworkFunctionGroupName

The proposed name change for the network function group name.

string? NetworkFunctionGroupName { get; }
Property Value

string

Remarks

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

Tags

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

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX