Class CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty
Describes proposed changes to a network function group.
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty : CfnTransitGatewayRouteTableAttachment.IProposedNetworkFunctionGroupChangeProperty
Syntax (vb)
Public Class CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty Implements CfnTransitGatewayRouteTableAttachment.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() | 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
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
Remarks
NetworkFunctionGroupName
The proposed name change for the network function group name.
public string? NetworkFunctionGroupName { get; set; }
Property Value
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[]