AWS::NetworkManager::VpcAttachmentCreates a VPC attachment on an edge location of a core network.
import { CfnVpcAttachment } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnVpcAttachmentConfiguration passed to the constructor as CfnVpcAttachmentProps.
coreNetworkIdRequiredstringThe core network ID.
subnetArnsRequiredstring[]The subnet ARNs.
vpcArnRequiredstringThe ARN of the VPC attachment.
optionsOptionalIResolvable | VpcOptionsPropertyOptions for creating the VPC attachment.
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 VPC 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::VpcAttachment