AWS::NetworkManager::DirectConnectGatewayAttachmentCreates an AWS Direct Connect gateway attachment.
import { CfnDirectConnectGatewayAttachment } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnDirectConnectGatewayAttachmentConfiguration passed to the constructor as CfnDirectConnectGatewayAttachmentProps.
coreNetworkIdRequiredstringThe ID of a core network for the Direct Connect Gateway attachment.
directConnectGatewayArnRequiredstringThe Direct Connect gateway attachment ARN.
edgeLocationsRequiredstring[]The Regions where the edges are located.
proposedNetworkFunctionGroupChangeOptionalIResolvable | ProposedNetworkFunctionGroupChangePropertyDescribes proposed changes to a network function group.
proposedSegmentChangeOptionalIResolvable | ProposedSegmentChangePropertyDescribes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
routingPolicyLabelOptionalstringRouting policy label.
tagsOptionalCfnTag[]Tags for the attachment.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::DirectConnectGatewayAttachment