Interface CfnDirectConnectGatewayAttachmentPropsMixin.IProposedNetworkFunctionGroupChangeProperty
Describes proposed changes to a network function group.
Namespace: Amazon.CDK.Mixins.Preview.AWS.NetworkManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDirectConnectGatewayAttachmentPropsMixin.IProposedNetworkFunctionGroupChangeProperty
Syntax (vb)
Public Interface CfnDirectConnectGatewayAttachmentPropsMixin.IProposedNetworkFunctionGroupChangeProperty
Remarks
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.Mixins.Preview.AWS.NetworkManager.Mixins;
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
Remarks
NetworkFunctionGroupName
The proposed name change for the network function group name.
string? NetworkFunctionGroupName { get; }
Property Value
Remarks
Tags
The list of proposed changes to the key-value tags associated with the network function group.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]