AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DirectConnect::Connection

CfnConnection

Resource Type definition for AWS::DirectConnect::Connection.

Import

import { CfnConnection } from 'aws-cdk-lib/aws-directconnect';

Or use the module namespace:

import * as directconnect from 'aws-cdk-lib/aws-directconnect';
// directconnect.CfnConnection

Properties

Configuration passed to the constructor as CfnConnectionProps.

bandwidthRequired
string

The bandwidth of the connection.

connectionNameRequired
string

The name of the connection.

locationRequired
string

The location of the connection.

lagIdOptional
string | ILagRef
providerNameOptional
string

The name of the service provider associated with the requested connection.

requestMacSecOptional
boolean | IResolvable

Indicates whether you want the connection to support MAC Security (MACsec).

tagsOptional
CfnTag[]

The tags associated with the connection.

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