AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Interconnect::Connection

CfnConnection

Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnConnectionProps.

attachPointRequired
IResolvable | AttachPointProperty

The logical attachment point in your AWS network where the managed connection will be connected.

activationKeyOptional
string

The activation key for accepting a connection proposal from a partner CSP. Mutually exclusive with EnvironmentId.

bandwidthOptional
string

The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.

descriptionOptional
string

A description of the connection.

environmentIdOptional
string

The ID of the environment for the connection. Required when creating a connection through AWS. Mutually exclusive with ActivationKey.

remoteOwnerAccountOptional
string

The account ID of the remote owner. Required when creating a connection through AWS.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

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-interconnect
CFN TypeAWS::Interconnect::Connection
Properties7

External Links