Show / Hide Table of Contents

Class CfnDirectConnectGatewayAttachmentProps

Properties for defining a CfnDirectConnectGatewayAttachment.

Inheritance
object
CfnDirectConnectGatewayAttachmentProps
Implements
ICfnDirectConnectGatewayAttachmentProps
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 CfnDirectConnectGatewayAttachmentProps : ICfnDirectConnectGatewayAttachmentProps
Syntax (vb)
Public Class CfnDirectConnectGatewayAttachmentProps Implements ICfnDirectConnectGatewayAttachmentProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.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 cfnDirectConnectGatewayAttachmentProps = new CfnDirectConnectGatewayAttachmentProps {
                 CoreNetworkId = "coreNetworkId",
                 DirectConnectGatewayArn = "directConnectGatewayArn",
                 EdgeLocations = new [] { "edgeLocations" },

                 // the properties below are optional
                 ProposedNetworkFunctionGroupChange = new ProposedNetworkFunctionGroupChangeProperty {
                     AttachmentPolicyRuleNumber = 123,
                     NetworkFunctionGroupName = "networkFunctionGroupName",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 },
                 ProposedSegmentChange = new ProposedSegmentChangeProperty {
                     AttachmentPolicyRuleNumber = 123,
                     SegmentName = "segmentName",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 },
                 RoutingPolicyLabel = "routingPolicyLabel",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnDirectConnectGatewayAttachmentProps()

Properties for defining a CfnDirectConnectGatewayAttachment.

Properties

CoreNetworkId

The ID of a core network for the Direct Connect Gateway attachment.

DirectConnectGatewayArn

The Direct Connect gateway attachment ARN.

EdgeLocations

The Regions where the edges are located.

ProposedNetworkFunctionGroupChange

Describes proposed changes to a network function group.

ProposedSegmentChange

Describes a proposed segment change.

RoutingPolicyLabel

Routing policy label.

Tags

Tags for the attachment.

Constructors

CfnDirectConnectGatewayAttachmentProps()

Properties for defining a CfnDirectConnectGatewayAttachment.

public CfnDirectConnectGatewayAttachmentProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.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 cfnDirectConnectGatewayAttachmentProps = new CfnDirectConnectGatewayAttachmentProps {
                 CoreNetworkId = "coreNetworkId",
                 DirectConnectGatewayArn = "directConnectGatewayArn",
                 EdgeLocations = new [] { "edgeLocations" },

                 // the properties below are optional
                 ProposedNetworkFunctionGroupChange = new ProposedNetworkFunctionGroupChangeProperty {
                     AttachmentPolicyRuleNumber = 123,
                     NetworkFunctionGroupName = "networkFunctionGroupName",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 },
                 ProposedSegmentChange = new ProposedSegmentChangeProperty {
                     AttachmentPolicyRuleNumber = 123,
                     SegmentName = "segmentName",
                     Tags = new [] { new CfnTag {
                         Key = "key",
                         Value = "value"
                     } }
                 },
                 RoutingPolicyLabel = "routingPolicyLabel",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

CoreNetworkId

The ID of a core network for the Direct Connect Gateway attachment.

public string CoreNetworkId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-corenetworkid

DirectConnectGatewayArn

The Direct Connect gateway attachment ARN.

public string DirectConnectGatewayArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-directconnectgatewayarn

EdgeLocations

The Regions where the edges are located.

public string[] EdgeLocations { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-edgelocations

ProposedNetworkFunctionGroupChange

Describes proposed changes to a network function group.

public object? ProposedNetworkFunctionGroupChange { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange

Type union: either IResolvable or CfnDirectConnectGatewayAttachment.IProposedNetworkFunctionGroupChangeProperty

ProposedSegmentChange

Describes a proposed segment change.

public object? ProposedSegmentChange { get; set; }
Property Value

object

Remarks

In some cases, the segment change must first be evaluated and accepted.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-proposedsegmentchange

Type union: either IResolvable or CfnDirectConnectGatewayAttachment.IProposedSegmentChangeProperty

RoutingPolicyLabel

Routing policy label.

public string? RoutingPolicyLabel { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-routingpolicylabel

Tags

Tags for the attachment.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-tags

Implements

ICfnDirectConnectGatewayAttachmentProps
Back to top Generated by DocFX