AWS::ODB::CloudExadataInfrastructureThe `AWS::ODB::CloudExadataInfrastructure` resource creates an Exadata infrastructure. An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.
import { CfnCloudExadataInfrastructure } from 'aws-cdk-lib/aws-odb';Or use the module namespace:
import * as odb from 'aws-cdk-lib/aws-odb';
// odb.CfnCloudExadataInfrastructureConfiguration passed to the constructor as CfnCloudExadataInfrastructureProps.
availabilityZoneOptionalstringThe name of the Availability Zone (AZ) where the Exadata infrastructure is located. Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
availabilityZoneIdOptionalstringThe AZ ID of the AZ where the Exadata infrastructure is located. Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
computeCountOptionalnumberThe number of database servers for the Exadata infrastructure. Required when creating an Exadata infrastructure.
customerContactsToSendToOciOptionalIResolvable | IResolvable | CustomerContactProperty[]The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
databaseServerTypeOptionalstringThe database server model type of the Exadata infrastructure. For the list of valid model names, use the `ListDbSystemShapes` operation.
displayNameOptionalstringThe user-friendly name for the Exadata infrastructure. Required when creating an Exadata infrastructure.
maintenanceWindowOptionalIResolvable | MaintenanceWindowPropertyThe scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
shapeOptionalstringThe model name of the Exadata infrastructure. Required when creating an Exadata infrastructure.
storageCountOptionalnumberThe number of storage servers that are activated for the Exadata infrastructure. Required when creating an Exadata infrastructure.
storageServerTypeOptionalstringThe storage server model type of the Exadata infrastructure. For the list of valid model names, use the `ListDbSystemShapes` operation.
tagsOptionalCfnTag[]Tags to assign to the Exadata Infrastructure.
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::CloudExadataInfrastructure