AWS::ODB::CloudVmClusterThe `AWS::ODB::CloudVmCluster` resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database. A VM cluster provides the compute resources for Oracle Database workloads.
import { CfnCloudVmCluster } from 'aws-cdk-lib/aws-odb';Or use the module namespace:
import * as odb from 'aws-cdk-lib/aws-odb';
// odb.CfnCloudVmClusterConfiguration passed to the constructor as CfnCloudVmClusterProps.
cloudExadataInfrastructureIdOptionalstringThe unique identifier of the Exadata infrastructure that this VM cluster belongs to. Required when creating a VM cluster.
clusterNameOptionalstringThe name of the Grid Infrastructure (GI) cluster.
cpuCoreCountOptionalnumberThe number of CPU cores enabled on the VM cluster. Required when creating a VM cluster.
dataCollectionOptionsOptionalIResolvable | DataCollectionOptionsPropertyThe set of diagnostic collection options enabled for the VM cluster.
dataStorageSizeInTBsOptionalnumberThe size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
dbNodesOptionalIResolvable | IResolvable | DbNodeProperty[]The DB nodes that are implicitly created and managed as part of this VM Cluster.
dbNodeStorageSizeInGBsOptionalnumberThe amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
dbServersOptionalstring[]The list of database servers for the VM cluster.
displayNameOptionalstringThe user-friendly name for the VM cluster. Required when creating a VM cluster.
giVersionOptionalstringThe software version of the Oracle Grid Infrastructure (GI) for the VM cluster. Required when creating a VM cluster.
hostnameOptionalstringThe host name for the VM cluster. Required when creating a VM cluster.
iamRolesOptionalIResolvable | IResolvable | IamRoleProperty[]The AWS Identity and Access Management (IAM) service roles associated with the VM cluster.
isLocalBackupEnabledOptionalboolean | IResolvableSpecifies whether database backups to local Exadata storage are enabled for the VM cluster.
isSparseDiskgroupEnabledOptionalboolean | IResolvableSpecifies whether the VM cluster is configured with a sparse disk group.
licenseModelOptionalstringThe Oracle license model applied to the VM cluster.
memorySizeInGBsOptionalnumberThe amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
odbNetworkIdOptionalstringThe unique identifier of the ODB network for the VM cluster. Required when creating a VM cluster.
scanListenerPortTcpOptionalnumberThe port number for TCP connections to the single client access name (SCAN) listener. Valid values: `1024–8999` with the following exceptions: `2484` , `6100` , `6200` , `7060` , `7070` , `7085` , and `7879` Default: `1521`
sshPublicKeysOptionalstring[]The public key portion of one or more key pairs used for SSH access to the VM cluster. Required when creating a VM cluster.
systemVersionOptionalstringThe operating system version of the image chosen for the VM cluster.
tagsOptionalCfnTag[]Tags to assign to the Vm Cluster.
timeZoneOptionalstringThe time zone of the 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::CloudVmCluster