AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::VpcAttachment

CfnVpcAttachment

Creates a VPC attachment on an edge location of a core network.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnVpcAttachmentProps.

coreNetworkIdRequired
string

The core network ID.

subnetArnsRequired
string[]

The subnet ARNs.

vpcArnRequired
string

The ARN of the VPC attachment.

optionsOptional
IResolvable | VpcOptionsProperty

Options for creating the VPC attachment.

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 VPC 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