AWS::ODB::CloudAutonomousVmClusterThe `AWS::ODB::CloudAutonomousVmCluster` resource creates an Autonomous VM cluster. An Autonomous VM cluster provides the infrastructure for running Autonomous Databases.
import { CfnCloudAutonomousVmCluster } from 'aws-cdk-lib/aws-odb';Or use the module namespace:
import * as odb from 'aws-cdk-lib/aws-odb';
// odb.CfnCloudAutonomousVmClusterConfiguration passed to the constructor as CfnCloudAutonomousVmClusterProps.
autonomousDataStorageSizeInTBsOptionalnumberThe data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB. Required when creating an Autonomous VM cluster.
cloudExadataInfrastructureIdOptionalstringThe unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster. Required when creating an Autonomous VM cluster.
cpuCoreCountPerNodeOptionalnumberThe number of CPU cores enabled per node in the Autonomous VM cluster. Required when creating an Autonomous VM cluster.
dbServersOptionalstring[]The list of database servers associated with the Autonomous VM cluster.
descriptionOptionalstringThe user-provided description of the Autonomous VM cluster.
displayNameOptionalstringThe display name of the Autonomous VM cluster. Required when creating an Autonomous VM cluster.
iamRolesOptionalIResolvable | IResolvable | IamRoleProperty[]The AWS Identity and Access Management (IAM) service roles associated with the Autonomous VM cluster.
isMtlsEnabledVmClusterOptionalboolean | IResolvableSpecifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
licenseModelOptionalstringThe Oracle license model that applies to the Autonomous VM cluster. Valid values are `LICENSE_INCLUDED` or `BRING_YOUR_OWN_LICENSE` .
maintenanceWindowOptionalIResolvable | MaintenanceWindowPropertyThe scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
memoryPerOracleComputeUnitInGBsOptionalnumberThe amount of memory allocated per Oracle Compute Unit, in GB. Required when creating an Autonomous VM cluster.
odbNetworkIdOptionalstringThe unique identifier of the ODB network associated with this Autonomous VM cluster. Required when creating an Autonomous VM cluster.
scanListenerPortNonTlsOptionalnumberThe SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
scanListenerPortTlsOptionalnumberThe SCAN listener port for TLS (TCP) protocol. The default is 2484.
tagsOptionalCfnTag[]Tags to assign to the Autonomous Vm Cluster.
timeZoneOptionalstringThe time zone of the Autonomous VM cluster.
totalContainerDatabasesOptionalnumberThe total number of Autonomous Container Databases that can be created with the allocated local storage. Required when creating an Autonomous VM cluster.
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::CloudAutonomousVmCluster