AWS::ODB::OdbPeeringConnectionCreates a peering connection between an ODB network and a VPC. A peering connection enables private connectivity between the networks for application-tier communication.
import { CfnOdbPeeringConnection } from 'aws-cdk-lib/aws-odb';Or use the module namespace:
import * as odb from 'aws-cdk-lib/aws-odb';
// odb.CfnOdbPeeringConnectionConfiguration passed to the constructor as CfnOdbPeeringConnectionProps.
additionalPeerNetworkCidrsOptionalstring[]The additional CIDR blocks for the ODB peering connection.
displayNameOptionalstringThe display name of the ODB peering connection.
odbNetworkIdOptionalstringThe unique identifier of the ODB network.
peerNetworkIdOptionalstringThe unique identifier of the peer network.
peerNetworkRouteTableIdsOptionalstring[]The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.
tagsOptionalCfnTag[]Tags to assign to the Odb peering connection.
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-odbAWS::ODB::OdbPeeringConnection