AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ODB::OdbNetwork

CfnOdbNetwork

The `AWS::ODB::OdbNetwork` resource creates an ODB network. An ODB network provides the networking foundation for Oracle Database resources.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnOdbNetworkProps.

availabilityZoneOptional
string

The Availability Zone (AZ) where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.

availabilityZoneIdOptional
string

The AZ ID of the AZ where the ODB network is located. Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.

backupSubnetCidrOptional
string

The CIDR range of the backup subnet in the ODB network.

clientSubnetCidrOptional
string

The CIDR range of the client subnet in the ODB network. Required when creating an ODB network.

crossRegionS3RestoreSourcesOptional
string[]

The cross-Region Amazon S3 restore sources for the ODB network.

customDomainNameOptional
string

The domain name for the resources in the ODB network.

defaultDnsPrefixOptional
string

The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.

deleteAssociatedResourcesOptional
boolean | IResolvable

Specifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.

displayNameOptional
string

The user-friendly name of the ODB network. Required when creating an ODB network.

kmsAccessOptional
string

The AWS Key Management Service (KMS) access configuration for the ODB network.

kmsPolicyDocumentOptional
string

The AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.

s3AccessOptional
string

The configuration for Amazon S3 access from the ODB network.

s3PolicyDocumentOptional
string

Specifies the endpoint policy for Amazon S3 access from the ODB network.

stsAccessOptional
string

The AWS Security Token Service (STS) access configuration for the ODB network.

stsPolicyDocumentOptional
string

The AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.

tagsOptional
CfnTag[]

Tags to assign to the Odb Network.

zeroEtlAccessOptional
string

The configuration for Zero-ETL access from the ODB network.

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