AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::TransitGatewayPeering

CfnTransitGatewayPeering

Creates a transit gateway peering connection.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnTransitGatewayPeeringProps.

coreNetworkIdRequired
string

The ID of the core network.

transitGatewayArnRequired
string

The ARN of the transit gateway.

tagsOptional
CfnTag[]

The list of key-value tags associated with the peering.

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