AWS::ODB::OdbNetworkThe `AWS::ODB::OdbNetwork` resource creates an ODB network. An ODB network provides the networking foundation for Oracle Database resources.
import { CfnOdbNetwork } from 'aws-cdk-lib/aws-odb';Or use the module namespace:
import * as odb from 'aws-cdk-lib/aws-odb';
// odb.CfnOdbNetworkConfiguration passed to the constructor as CfnOdbNetworkProps.
availabilityZoneOptionalstringThe 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.
availabilityZoneIdOptionalstringThe 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.
backupSubnetCidrOptionalstringThe CIDR range of the backup subnet in the ODB network.
clientSubnetCidrOptionalstringThe CIDR range of the client subnet in the ODB network. Required when creating an ODB network.
crossRegionS3RestoreSourcesOptionalstring[]The cross-Region Amazon S3 restore sources for the ODB network.
customDomainNameOptionalstringThe domain name for the resources in the ODB network.
defaultDnsPrefixOptionalstringThe DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
deleteAssociatedResourcesOptionalboolean | IResolvableSpecifies whether to delete associated OCI networking resources along with the ODB network. Required when creating an ODB network.
displayNameOptionalstringThe user-friendly name of the ODB network. Required when creating an ODB network.
kmsAccessOptionalstringThe AWS Key Management Service (KMS) access configuration for the ODB network.
kmsPolicyDocumentOptionalstringThe AWS Key Management Service (KMS) policy document that defines permissions for key usage within the ODB network.
s3AccessOptionalstringThe configuration for Amazon S3 access from the ODB network.
s3PolicyDocumentOptionalstringSpecifies the endpoint policy for Amazon S3 access from the ODB network.
stsAccessOptionalstringThe AWS Security Token Service (STS) access configuration for the ODB network.
stsPolicyDocumentOptionalstringThe AWS Security Token Service (STS) policy document that defines permissions for token service usage within the ODB network.
tagsOptionalCfnTag[]Tags to assign to the Odb Network.
zeroEtlAccessOptionalstringThe configuration for Zero-ETL access from the ODB network.
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::OdbNetwork