AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ODB::OdbPeeringConnection

CfnOdbPeeringConnection

Creates a peering connection between an ODB network and a VPC. A peering connection enables private connectivity between the networks for application-tier communication.

Import

import { CfnOdbPeeringConnection } from 'aws-cdk-lib/aws-odb';

Or use the module namespace:

import * as odb from 'aws-cdk-lib/aws-odb';
// odb.CfnOdbPeeringConnection

Properties

Configuration passed to the constructor as CfnOdbPeeringConnectionProps.

additionalPeerNetworkCidrsOptional
string[]

The additional CIDR blocks for the ODB peering connection.

displayNameOptional
string

The display name of the ODB peering connection.

odbNetworkIdOptional
string

The unique identifier of the ODB network.

peerNetworkIdOptional
string

The unique identifier of the peer network.

peerNetworkRouteTableIdsOptional
string[]

The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.

tagsOptional
CfnTag[]

Tags to assign to the Odb peering connection.

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-odb
CFN TypeAWS::ODB::OdbPeeringConnection
Properties6

External Links