AWS::NetworkManager::SiteToSiteVpnAttachmentCreates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
import { CfnSiteToSiteVpnAttachment } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnSiteToSiteVpnAttachmentConfiguration passed to the constructor as CfnSiteToSiteVpnAttachmentProps.
coreNetworkIdRequiredstringThe ID of a core network where you're creating a site-to-site VPN attachment.
vpnConnectionArnRequiredstringThe ARN of the site-to-site VPN 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 Site-to-Site VPN 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::SiteToSiteVpnAttachment