Show / Hide Table of Contents

Class CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty

Describes proposed changes to a network function group.

Inheritance
object
CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty
Implements
CfnTransitGatewayRouteTableAttachment.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 CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty : CfnTransitGatewayRouteTableAttachment.IProposedNetworkFunctionGroupChangeProperty
Syntax (vb)
Public Class CfnTransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChangeProperty Implements CfnTransitGatewayRouteTableAttachment.IProposedNetworkFunctionGroupChangeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-transitgatewayroutetableattachment-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-transitgatewayroutetableattachment-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-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-transitgatewayroutetableattachment-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-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-transitgatewayroutetableattachment-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-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-transitgatewayroutetableattachment-proposednetworkfunctiongroupchange-tags

Implements

CfnTransitGatewayRouteTableAttachment.IProposedNetworkFunctionGroupChangeProperty
Back to top Generated by DocFX