AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ODB::CloudExadataInfrastructure

CfnCloudExadataInfrastructure

The `AWS::ODB::CloudExadataInfrastructure` resource creates an Exadata infrastructure. An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnCloudExadataInfrastructureProps.

availabilityZoneOptional
string

The 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.

availabilityZoneIdOptional
string

The 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.

computeCountOptional
number

The number of database servers for the Exadata infrastructure. Required when creating an Exadata infrastructure.

customerContactsToSendToOciOptional
IResolvable | IResolvable | CustomerContactProperty[]

The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.

databaseServerTypeOptional
string

The database server model type of the Exadata infrastructure. For the list of valid model names, use the `ListDbSystemShapes` operation.

displayNameOptional
string

The user-friendly name for the Exadata infrastructure. Required when creating an Exadata infrastructure.

maintenanceWindowOptional
IResolvable | MaintenanceWindowProperty

The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.

shapeOptional
string

The model name of the Exadata infrastructure. Required when creating an Exadata infrastructure.

storageCountOptional
number

The number of storage servers that are activated for the Exadata infrastructure. Required when creating an Exadata infrastructure.

storageServerTypeOptional
string

The storage server model type of the Exadata infrastructure. For the list of valid model names, use the `ListDbSystemShapes` operation.

tagsOptional
CfnTag[]

Tags to assign to the Exadata Infrastructure.

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::CloudExadataInfrastructure
Properties11

External Links