AWS::NetworkManager::ConnectAttachmentCreates 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 { CfnConnectAttachment } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnConnectAttachmentConfiguration passed to the constructor as CfnConnectAttachmentProps.
coreNetworkIdRequiredstringThe ID of the core network where the Connect attachment is located.
edgeLocationRequiredstringThe Region where the edge is located.
optionsRequiredIResolvable | ConnectAttachmentOptionsPropertyOptions for connecting an attachment.
transportAttachmentIdRequiredstringThe ID of the transport attachment.
networkFunctionGroupNameOptionalstringThe name of the network function group.
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[]The tags associated with the Connect 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::ConnectAttachment