AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ODB::CloudAutonomousVmCluster

CfnCloudAutonomousVmCluster

The `AWS::ODB::CloudAutonomousVmCluster` resource creates an Autonomous VM cluster. An Autonomous VM cluster provides the infrastructure for running Autonomous Databases.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnCloudAutonomousVmClusterProps.

autonomousDataStorageSizeInTBsOptional
number

The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB. Required when creating an Autonomous VM cluster.

cloudExadataInfrastructureIdOptional
string

The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster. Required when creating an Autonomous VM cluster.

cpuCoreCountPerNodeOptional
number

The number of CPU cores enabled per node in the Autonomous VM cluster. Required when creating an Autonomous VM cluster.

dbServersOptional
string[]

The list of database servers associated with the Autonomous VM cluster.

descriptionOptional
string

The user-provided description of the Autonomous VM cluster.

displayNameOptional
string

The display name of the Autonomous VM cluster. Required when creating an Autonomous VM cluster.

iamRolesOptional
IResolvable | IResolvable | IamRoleProperty[]

The AWS Identity and Access Management (IAM) service roles associated with the Autonomous VM cluster.

isMtlsEnabledVmClusterOptional
boolean | IResolvable

Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.

licenseModelOptional
string

The Oracle license model that applies to the Autonomous VM cluster. Valid values are `LICENSE_INCLUDED` or `BRING_YOUR_OWN_LICENSE` .

maintenanceWindowOptional
IResolvable | MaintenanceWindowProperty

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

memoryPerOracleComputeUnitInGBsOptional
number

The amount of memory allocated per Oracle Compute Unit, in GB. Required when creating an Autonomous VM cluster.

odbNetworkIdOptional
string

The unique identifier of the ODB network associated with this Autonomous VM cluster. Required when creating an Autonomous VM cluster.

scanListenerPortNonTlsOptional
number

The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.

scanListenerPortTlsOptional
number

The SCAN listener port for TLS (TCP) protocol. The default is 2484.

tagsOptional
CfnTag[]

Tags to assign to the Autonomous Vm Cluster.

timeZoneOptional
string

The time zone of the Autonomous VM cluster.

totalContainerDatabasesOptional
number

The total number of Autonomous Container Databases that can be created with the allocated local storage. Required when creating an Autonomous VM cluster.

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::CloudAutonomousVmCluster
Properties17

External Links