AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::ConnectAttachment

CfnConnectAttachment

Creates a core network Connect attachment from a specified core network attachment. A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnConnectAttachmentProps.

coreNetworkIdRequired
string

The ID of the core network where the Connect attachment is located.

edgeLocationRequired
string

The Region where the edge is located.

optionsRequired
IResolvable | ConnectAttachmentOptionsProperty

Options for connecting an attachment.

transportAttachmentIdRequired
string

The ID of the transport attachment.

networkFunctionGroupNameOptional
string

The name of the network function group.

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[]

The tags associated with the Connect 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