AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::DirectConnectGatewayAttachment

CfnDirectConnectGatewayAttachment

Creates an AWS Direct Connect gateway attachment.

Import

import { CfnDirectConnectGatewayAttachment } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnDirectConnectGatewayAttachment

Properties

Configuration passed to the constructor as CfnDirectConnectGatewayAttachmentProps.

coreNetworkIdRequired
string

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

directConnectGatewayArnRequired
string

The Direct Connect gateway attachment ARN.

edgeLocationsRequired
string[]

The Regions where the edges are located.

proposedNetworkFunctionGroupChangeOptional
IResolvable | ProposedNetworkFunctionGroupChangeProperty

Describes proposed changes to a network function group.

proposedSegmentChangeOptional
IResolvable | ProposedSegmentChangeProperty

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

routingPolicyLabelOptional
string

Routing policy label.

tagsOptional
CfnTag[]

Tags for the attachment.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-networkmanager
CFN TypeAWS::NetworkManager::DirectConnectGatewayAttachment
Properties7

External Links