AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::SiteToSiteVpnAttachment

CfnSiteToSiteVpnAttachment

Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSiteToSiteVpnAttachmentProps.

coreNetworkIdRequired
string

The ID of a core network where you're creating a site-to-site VPN attachment.

vpnConnectionArnRequired
string

The ARN of the site-to-site VPN 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 Site-to-Site VPN 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