Class CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty
Describes proposed changes to a network function group.
Inheritance
System.Object
CfnSiteToSiteVpnAttachment.ProposedNetworkFunctionGroupChangeProperty
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ProposedNetworkFunctionGroupChangeProperty : Object, CfnSiteToSiteVpnAttachment.IProposedNetworkFunctionGroupChangeProperty
Syntax (vb)
Public Class ProposedNetworkFunctionGroupChangeProperty
Inherits Object
Implements CfnSiteToSiteVpnAttachment.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.AWS.NetworkManager;
var proposedNetworkFunctionGroupChangeProperty = new ProposedNetworkFunctionGroupChangeProperty {
AttachmentPolicyRuleNumber = 123,
NetworkFunctionGroupName = "networkFunctionGroupName",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
ProposedNetworkFunctionGroupChangeProperty() |
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()
public ProposedNetworkFunctionGroupChangeProperty()
Properties
AttachmentPolicyRuleNumber
The proposed new attachment policy rule number for the network function group.
public Nullable<double> AttachmentPolicyRuleNumber { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
NetworkFunctionGroupName
The proposed name change for the network function group name.
public string NetworkFunctionGroupName { get; set; }
Property Value
System.String
Remarks
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[]