Class CfnDirectConnectGatewayAttachmentProps
Properties for defining a CfnDirectConnectGatewayAttachment.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDirectConnectGatewayAttachmentProps : ICfnDirectConnectGatewayAttachmentProps
Syntax (vb)
Public Class CfnDirectConnectGatewayAttachmentProps Implements ICfnDirectConnectGatewayAttachmentProps
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 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 |
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
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
Remarks
DirectConnectGatewayArn
The Direct Connect gateway attachment ARN.
public string DirectConnectGatewayArn { get; set; }
Property Value
Remarks
EdgeLocations
The Regions where the edges are located.
public string[] EdgeLocations { get; set; }
Property Value
string[]
Remarks
ProposedNetworkFunctionGroupChange
Describes proposed changes to a network function group.
public object? ProposedNetworkFunctionGroupChange { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDirectConnectGatewayAttachment.IProposedNetworkFunctionGroupChangeProperty
ProposedSegmentChange
Describes a proposed segment change.
public object? ProposedSegmentChange { get; set; }
Property Value
Remarks
In some cases, the segment change must first be evaluated and accepted.
Type union: either IResolvable or CfnDirectConnectGatewayAttachment.IProposedSegmentChangeProperty
RoutingPolicyLabel
Routing policy label.
public string? RoutingPolicyLabel { get; set; }