1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. odb
  5. CloudAutonomousVmCluster

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.odb.CloudAutonomousVmCluster

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster

    Create CloudAutonomousVmCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CloudAutonomousVmCluster(name: string, args?: CloudAutonomousVmClusterArgs, opts?: CustomResourceOptions);
    @overload
    def CloudAutonomousVmCluster(resource_name: str,
                                 args: Optional[CloudAutonomousVmClusterArgs] = None,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def CloudAutonomousVmCluster(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 autonomous_data_storage_size_in_tbs: Optional[float] = None,
                                 cloud_exadata_infrastructure_id: Optional[str] = None,
                                 cpu_core_count_per_node: Optional[int] = None,
                                 db_servers: Optional[Sequence[str]] = None,
                                 description: Optional[str] = None,
                                 display_name: Optional[str] = None,
                                 is_mtls_enabled_vm_cluster: Optional[bool] = None,
                                 license_model: Optional[CloudAutonomousVmClusterLicenseModel] = None,
                                 maintenance_window: Optional[CloudAutonomousVmClusterMaintenanceWindowArgs] = None,
                                 memory_per_oracle_compute_unit_in_gbs: Optional[int] = None,
                                 odb_network_id: Optional[str] = None,
                                 scan_listener_port_non_tls: Optional[int] = None,
                                 scan_listener_port_tls: Optional[int] = None,
                                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                 time_zone: Optional[str] = None,
                                 total_container_databases: Optional[int] = None)
    func NewCloudAutonomousVmCluster(ctx *Context, name string, args *CloudAutonomousVmClusterArgs, opts ...ResourceOption) (*CloudAutonomousVmCluster, error)
    public CloudAutonomousVmCluster(string name, CloudAutonomousVmClusterArgs? args = null, CustomResourceOptions? opts = null)
    public CloudAutonomousVmCluster(String name, CloudAutonomousVmClusterArgs args)
    public CloudAutonomousVmCluster(String name, CloudAutonomousVmClusterArgs args, CustomResourceOptions options)
    
    type: aws-native:odb:CloudAutonomousVmCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudAutonomousVmClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudAutonomousVmClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudAutonomousVmClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudAutonomousVmClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudAutonomousVmClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CloudAutonomousVmCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CloudAutonomousVmCluster resource accepts the following input properties:

    AutonomousDataStorageSizeInTbs double
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    CloudExadataInfrastructureId string
    The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
    CpuCoreCountPerNode int
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    DbServers List<string>
    The list of database servers associated with the Autonomous VM cluster.
    Description string
    The user-provided description of the Autonomous VM cluster.
    DisplayName string
    The display name of the Autonomous VM cluster.
    IsMtlsEnabledVmCluster bool
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    LicenseModel Pulumi.AwsNative.Odb.CloudAutonomousVmClusterLicenseModel
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    MaintenanceWindow Pulumi.AwsNative.Odb.Inputs.CloudAutonomousVmClusterMaintenanceWindow
    The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
    MemoryPerOracleComputeUnitInGbs int
    The amount of memory allocated per Oracle Compute Unit, in GB.
    OdbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    ScanListenerPortNonTls int
    The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
    ScanListenerPortTls int
    The SCAN listener port for TLS (TCP) protocol. The default is 2484.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags associated with the Autonomous VM cluster.
    TimeZone string
    The time zone of the Autonomous VM cluster.
    TotalContainerDatabases int
    The total number of Autonomous Container Databases that can be created with the allocated local storage.
    AutonomousDataStorageSizeInTbs float64
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    CloudExadataInfrastructureId string
    The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
    CpuCoreCountPerNode int
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    DbServers []string
    The list of database servers associated with the Autonomous VM cluster.
    Description string
    The user-provided description of the Autonomous VM cluster.
    DisplayName string
    The display name of the Autonomous VM cluster.
    IsMtlsEnabledVmCluster bool
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    LicenseModel CloudAutonomousVmClusterLicenseModel
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    MaintenanceWindow CloudAutonomousVmClusterMaintenanceWindowArgs
    The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
    MemoryPerOracleComputeUnitInGbs int
    The amount of memory allocated per Oracle Compute Unit, in GB.
    OdbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    ScanListenerPortNonTls int
    The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
    ScanListenerPortTls int
    The SCAN listener port for TLS (TCP) protocol. The default is 2484.
    Tags TagArgs
    The tags associated with the Autonomous VM cluster.
    TimeZone string
    The time zone of the Autonomous VM cluster.
    TotalContainerDatabases int
    The total number of Autonomous Container Databases that can be created with the allocated local storage.
    autonomousDataStorageSizeInTbs Double
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    cloudExadataInfrastructureId String
    The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
    cpuCoreCountPerNode Integer
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    dbServers List<String>
    The list of database servers associated with the Autonomous VM cluster.
    description String
    The user-provided description of the Autonomous VM cluster.
    displayName String
    The display name of the Autonomous VM cluster.
    isMtlsEnabledVmCluster Boolean
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    licenseModel CloudAutonomousVmClusterLicenseModel
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenanceWindow CloudAutonomousVmClusterMaintenanceWindow
    The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
    memoryPerOracleComputeUnitInGbs Integer
    The amount of memory allocated per Oracle Compute Unit, in GB.
    odbNetworkId String
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    scanListenerPortNonTls Integer
    The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
    scanListenerPortTls Integer
    The SCAN listener port for TLS (TCP) protocol. The default is 2484.
    tags List<Tag>
    The tags associated with the Autonomous VM cluster.
    timeZone String
    The time zone of the Autonomous VM cluster.
    totalContainerDatabases Integer
    The total number of Autonomous Container Databases that can be created with the allocated local storage.
    autonomousDataStorageSizeInTbs number
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    cloudExadataInfrastructureId string
    The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
    cpuCoreCountPerNode number
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    dbServers string[]
    The list of database servers associated with the Autonomous VM cluster.
    description string
    The user-provided description of the Autonomous VM cluster.
    displayName string
    The display name of the Autonomous VM cluster.
    isMtlsEnabledVmCluster boolean
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    licenseModel CloudAutonomousVmClusterLicenseModel
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenanceWindow CloudAutonomousVmClusterMaintenanceWindow
    The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
    memoryPerOracleComputeUnitInGbs number
    The amount of memory allocated per Oracle Compute Unit, in GB.
    odbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    scanListenerPortNonTls number
    The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
    scanListenerPortTls number
    The SCAN listener port for TLS (TCP) protocol. The default is 2484.
    tags Tag[]
    The tags associated with the Autonomous VM cluster.
    timeZone string
    The time zone of the Autonomous VM cluster.
    totalContainerDatabases number
    The total number of Autonomous Container Databases that can be created with the allocated local storage.
    autonomous_data_storage_size_in_tbs float
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    cloud_exadata_infrastructure_id str
    The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
    cpu_core_count_per_node int
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    db_servers Sequence[str]
    The list of database servers associated with the Autonomous VM cluster.
    description str
    The user-provided description of the Autonomous VM cluster.
    display_name str
    The display name of the Autonomous VM cluster.
    is_mtls_enabled_vm_cluster bool
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    license_model CloudAutonomousVmClusterLicenseModel
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenance_window CloudAutonomousVmClusterMaintenanceWindowArgs
    The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
    memory_per_oracle_compute_unit_in_gbs int
    The amount of memory allocated per Oracle Compute Unit, in GB.
    odb_network_id str
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    scan_listener_port_non_tls int
    The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
    scan_listener_port_tls int
    The SCAN listener port for TLS (TCP) protocol. The default is 2484.
    tags Sequence[TagArgs]
    The tags associated with the Autonomous VM cluster.
    time_zone str
    The time zone of the Autonomous VM cluster.
    total_container_databases int
    The total number of Autonomous Container Databases that can be created with the allocated local storage.
    autonomousDataStorageSizeInTbs Number
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    cloudExadataInfrastructureId String
    The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
    cpuCoreCountPerNode Number
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    dbServers List<String>
    The list of database servers associated with the Autonomous VM cluster.
    description String
    The user-provided description of the Autonomous VM cluster.
    displayName String
    The display name of the Autonomous VM cluster.
    isMtlsEnabledVmCluster Boolean
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    licenseModel "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED"
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenanceWindow Property Map
    The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
    memoryPerOracleComputeUnitInGbs Number
    The amount of memory allocated per Oracle Compute Unit, in GB.
    odbNetworkId String
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    scanListenerPortNonTls Number
    The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
    scanListenerPortTls Number
    The SCAN listener port for TLS (TCP) protocol. The default is 2484.
    tags List<Property Map>
    The tags associated with the Autonomous VM cluster.
    timeZone String
    The time zone of the Autonomous VM cluster.
    totalContainerDatabases Number
    The total number of Autonomous Container Databases that can be created with the allocated local storage.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CloudAutonomousVmCluster resource produces the following output properties:

    AutonomousDataStoragePercentage double
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    AvailableAutonomousDataStorageSizeInTbs double
    The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
    AvailableContainerDatabases int
    The number of Autonomous CDBs that you can create with the currently available storage.
    AvailableCpus double
    The number of CPU cores available for allocation to Autonomous Databases.
    CloudAutonomousVmClusterArn string
    The Amazon Resource Name (ARN) for the Autonomous VM cluster.
    CloudAutonomousVmClusterId string
    The unique identifier of the Autonomous VM cluster.
    ComputeModel Pulumi.AwsNative.Odb.CloudAutonomousVmClusterComputeModel
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    CpuCoreCount int
    The total number of CPU cores in the Autonomous VM cluster.
    CpuPercentage double
    The percentage of total CPU cores currently in use in the Autonomous VM cluster.
    DataStorageSizeInGbs double
    The total data storage allocated to the Autonomous VM cluster, in GB.
    DataStorageSizeInTbs double
    The total data storage allocated to the Autonomous VM cluster, in TB.
    DbNodeStorageSizeInGbs int
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    Domain string
    The domain name for the Autonomous VM cluster.
    ExadataStorageInTbsLowestScaledValue double
    The minimum value to which you can scale down the Exadata storage, in TB.
    Hostname string
    The hostname for the Autonomous VM cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    MaxAcdsLowestScaledValue int
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    MemorySizeInGbs int
    The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
    NodeCount int
    The number of database server nodes in the Autonomous VM cluster.
    NonProvisionableAutonomousContainerDatabases int
    The number of Autonomous CDBs that can't be provisioned because of resource constraints.
    OciResourceAnchorName string
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    OciUrl string
    The URL for accessing the OCI console page for this Autonomous VM cluster.
    Ocid string
    The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
    ProvisionableAutonomousContainerDatabases int
    The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
    ProvisionedAutonomousContainerDatabases int
    The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
    ProvisionedCpus double
    The number of CPU cores currently provisioned in the Autonomous VM cluster.
    ReclaimableCpus double
    The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
    ReservedCpus double
    The number of CPU cores reserved for system operations and redundancy.
    Shape string
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    AutonomousDataStoragePercentage float64
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    AvailableAutonomousDataStorageSizeInTbs float64
    The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
    AvailableContainerDatabases int
    The number of Autonomous CDBs that you can create with the currently available storage.
    AvailableCpus float64
    The number of CPU cores available for allocation to Autonomous Databases.
    CloudAutonomousVmClusterArn string
    The Amazon Resource Name (ARN) for the Autonomous VM cluster.
    CloudAutonomousVmClusterId string
    The unique identifier of the Autonomous VM cluster.
    ComputeModel CloudAutonomousVmClusterComputeModel
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    CpuCoreCount int
    The total number of CPU cores in the Autonomous VM cluster.
    CpuPercentage float64
    The percentage of total CPU cores currently in use in the Autonomous VM cluster.
    DataStorageSizeInGbs float64
    The total data storage allocated to the Autonomous VM cluster, in GB.
    DataStorageSizeInTbs float64
    The total data storage allocated to the Autonomous VM cluster, in TB.
    DbNodeStorageSizeInGbs int
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    Domain string
    The domain name for the Autonomous VM cluster.
    ExadataStorageInTbsLowestScaledValue float64
    The minimum value to which you can scale down the Exadata storage, in TB.
    Hostname string
    The hostname for the Autonomous VM cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    MaxAcdsLowestScaledValue int
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    MemorySizeInGbs int
    The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
    NodeCount int
    The number of database server nodes in the Autonomous VM cluster.
    NonProvisionableAutonomousContainerDatabases int
    The number of Autonomous CDBs that can't be provisioned because of resource constraints.
    OciResourceAnchorName string
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    OciUrl string
    The URL for accessing the OCI console page for this Autonomous VM cluster.
    Ocid string
    The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
    ProvisionableAutonomousContainerDatabases int
    The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
    ProvisionedAutonomousContainerDatabases int
    The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
    ProvisionedCpus float64
    The number of CPU cores currently provisioned in the Autonomous VM cluster.
    ReclaimableCpus float64
    The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
    ReservedCpus float64
    The number of CPU cores reserved for system operations and redundancy.
    Shape string
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    autonomousDataStoragePercentage Double
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    availableAutonomousDataStorageSizeInTbs Double
    The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
    availableContainerDatabases Integer
    The number of Autonomous CDBs that you can create with the currently available storage.
    availableCpus Double
    The number of CPU cores available for allocation to Autonomous Databases.
    cloudAutonomousVmClusterArn String
    The Amazon Resource Name (ARN) for the Autonomous VM cluster.
    cloudAutonomousVmClusterId String
    The unique identifier of the Autonomous VM cluster.
    computeModel CloudAutonomousVmClusterComputeModel
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpuCoreCount Integer
    The total number of CPU cores in the Autonomous VM cluster.
    cpuPercentage Double
    The percentage of total CPU cores currently in use in the Autonomous VM cluster.
    dataStorageSizeInGbs Double
    The total data storage allocated to the Autonomous VM cluster, in GB.
    dataStorageSizeInTbs Double
    The total data storage allocated to the Autonomous VM cluster, in TB.
    dbNodeStorageSizeInGbs Integer
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    domain String
    The domain name for the Autonomous VM cluster.
    exadataStorageInTbsLowestScaledValue Double
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname String
    The hostname for the Autonomous VM cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    maxAcdsLowestScaledValue Integer
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memorySizeInGbs Integer
    The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
    nodeCount Integer
    The number of database server nodes in the Autonomous VM cluster.
    nonProvisionableAutonomousContainerDatabases Integer
    The number of Autonomous CDBs that can't be provisioned because of resource constraints.
    ociResourceAnchorName String
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    ociUrl String
    The URL for accessing the OCI console page for this Autonomous VM cluster.
    ocid String
    The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
    provisionableAutonomousContainerDatabases Integer
    The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
    provisionedAutonomousContainerDatabases Integer
    The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
    provisionedCpus Double
    The number of CPU cores currently provisioned in the Autonomous VM cluster.
    reclaimableCpus Double
    The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
    reservedCpus Double
    The number of CPU cores reserved for system operations and redundancy.
    shape String
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    autonomousDataStoragePercentage number
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    availableAutonomousDataStorageSizeInTbs number
    The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
    availableContainerDatabases number
    The number of Autonomous CDBs that you can create with the currently available storage.
    availableCpus number
    The number of CPU cores available for allocation to Autonomous Databases.
    cloudAutonomousVmClusterArn string
    The Amazon Resource Name (ARN) for the Autonomous VM cluster.
    cloudAutonomousVmClusterId string
    The unique identifier of the Autonomous VM cluster.
    computeModel CloudAutonomousVmClusterComputeModel
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpuCoreCount number
    The total number of CPU cores in the Autonomous VM cluster.
    cpuPercentage number
    The percentage of total CPU cores currently in use in the Autonomous VM cluster.
    dataStorageSizeInGbs number
    The total data storage allocated to the Autonomous VM cluster, in GB.
    dataStorageSizeInTbs number
    The total data storage allocated to the Autonomous VM cluster, in TB.
    dbNodeStorageSizeInGbs number
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    domain string
    The domain name for the Autonomous VM cluster.
    exadataStorageInTbsLowestScaledValue number
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname string
    The hostname for the Autonomous VM cluster.
    id string
    The provider-assigned unique ID for this managed resource.
    maxAcdsLowestScaledValue number
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memorySizeInGbs number
    The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
    nodeCount number
    The number of database server nodes in the Autonomous VM cluster.
    nonProvisionableAutonomousContainerDatabases number
    The number of Autonomous CDBs that can't be provisioned because of resource constraints.
    ociResourceAnchorName string
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    ociUrl string
    The URL for accessing the OCI console page for this Autonomous VM cluster.
    ocid string
    The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
    provisionableAutonomousContainerDatabases number
    The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
    provisionedAutonomousContainerDatabases number
    The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
    provisionedCpus number
    The number of CPU cores currently provisioned in the Autonomous VM cluster.
    reclaimableCpus number
    The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
    reservedCpus number
    The number of CPU cores reserved for system operations and redundancy.
    shape string
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    autonomous_data_storage_percentage float
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    available_autonomous_data_storage_size_in_tbs float
    The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
    available_container_databases int
    The number of Autonomous CDBs that you can create with the currently available storage.
    available_cpus float
    The number of CPU cores available for allocation to Autonomous Databases.
    cloud_autonomous_vm_cluster_arn str
    The Amazon Resource Name (ARN) for the Autonomous VM cluster.
    cloud_autonomous_vm_cluster_id str
    The unique identifier of the Autonomous VM cluster.
    compute_model CloudAutonomousVmClusterComputeModel
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpu_core_count int
    The total number of CPU cores in the Autonomous VM cluster.
    cpu_percentage float
    The percentage of total CPU cores currently in use in the Autonomous VM cluster.
    data_storage_size_in_gbs float
    The total data storage allocated to the Autonomous VM cluster, in GB.
    data_storage_size_in_tbs float
    The total data storage allocated to the Autonomous VM cluster, in TB.
    db_node_storage_size_in_gbs int
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    domain str
    The domain name for the Autonomous VM cluster.
    exadata_storage_in_tbs_lowest_scaled_value float
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname str
    The hostname for the Autonomous VM cluster.
    id str
    The provider-assigned unique ID for this managed resource.
    max_acds_lowest_scaled_value int
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memory_size_in_gbs int
    The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
    node_count int
    The number of database server nodes in the Autonomous VM cluster.
    non_provisionable_autonomous_container_databases int
    The number of Autonomous CDBs that can't be provisioned because of resource constraints.
    oci_resource_anchor_name str
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    oci_url str
    The URL for accessing the OCI console page for this Autonomous VM cluster.
    ocid str
    The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
    provisionable_autonomous_container_databases int
    The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
    provisioned_autonomous_container_databases int
    The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
    provisioned_cpus float
    The number of CPU cores currently provisioned in the Autonomous VM cluster.
    reclaimable_cpus float
    The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
    reserved_cpus float
    The number of CPU cores reserved for system operations and redundancy.
    shape str
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    autonomousDataStoragePercentage Number
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    availableAutonomousDataStorageSizeInTbs Number
    The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
    availableContainerDatabases Number
    The number of Autonomous CDBs that you can create with the currently available storage.
    availableCpus Number
    The number of CPU cores available for allocation to Autonomous Databases.
    cloudAutonomousVmClusterArn String
    The Amazon Resource Name (ARN) for the Autonomous VM cluster.
    cloudAutonomousVmClusterId String
    The unique identifier of the Autonomous VM cluster.
    computeModel "ECPU" | "OCPU"
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpuCoreCount Number
    The total number of CPU cores in the Autonomous VM cluster.
    cpuPercentage Number
    The percentage of total CPU cores currently in use in the Autonomous VM cluster.
    dataStorageSizeInGbs Number
    The total data storage allocated to the Autonomous VM cluster, in GB.
    dataStorageSizeInTbs Number
    The total data storage allocated to the Autonomous VM cluster, in TB.
    dbNodeStorageSizeInGbs Number
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    domain String
    The domain name for the Autonomous VM cluster.
    exadataStorageInTbsLowestScaledValue Number
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname String
    The hostname for the Autonomous VM cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    maxAcdsLowestScaledValue Number
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memorySizeInGbs Number
    The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
    nodeCount Number
    The number of database server nodes in the Autonomous VM cluster.
    nonProvisionableAutonomousContainerDatabases Number
    The number of Autonomous CDBs that can't be provisioned because of resource constraints.
    ociResourceAnchorName String
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    ociUrl String
    The URL for accessing the OCI console page for this Autonomous VM cluster.
    ocid String
    The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
    provisionableAutonomousContainerDatabases Number
    The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
    provisionedAutonomousContainerDatabases Number
    The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
    provisionedCpus Number
    The number of CPU cores currently provisioned in the Autonomous VM cluster.
    reclaimableCpus Number
    The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
    reservedCpus Number
    The number of CPU cores reserved for system operations and redundancy.
    shape String
    The shape of the Exadata infrastructure for the Autonomous VM cluster.

    Supporting Types

    CloudAutonomousVmClusterComputeModel, CloudAutonomousVmClusterComputeModelArgs

    Ecpu
    ECPU
    Ocpu
    OCPU
    CloudAutonomousVmClusterComputeModelEcpu
    ECPU
    CloudAutonomousVmClusterComputeModelOcpu
    OCPU
    Ecpu
    ECPU
    Ocpu
    OCPU
    Ecpu
    ECPU
    Ocpu
    OCPU
    ECPU
    ECPU
    OCPU
    OCPU
    "ECPU"
    ECPU
    "OCPU"
    OCPU

    CloudAutonomousVmClusterLicenseModel, CloudAutonomousVmClusterLicenseModelArgs

    BringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    LicenseIncluded
    LICENSE_INCLUDED
    CloudAutonomousVmClusterLicenseModelBringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    CloudAutonomousVmClusterLicenseModelLicenseIncluded
    LICENSE_INCLUDED
    BringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    LicenseIncluded
    LICENSE_INCLUDED
    BringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    LicenseIncluded
    LICENSE_INCLUDED
    BRING_YOUR_OWN_LICENSE
    BRING_YOUR_OWN_LICENSE
    LICENSE_INCLUDED
    LICENSE_INCLUDED
    "BRING_YOUR_OWN_LICENSE"
    BRING_YOUR_OWN_LICENSE
    "LICENSE_INCLUDED"
    LICENSE_INCLUDED

    CloudAutonomousVmClusterMaintenanceWindow, CloudAutonomousVmClusterMaintenanceWindowArgs

    DaysOfWeek List<Pulumi.AwsNative.Odb.CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem>
    The days of the week when maintenance can be performed.
    HoursOfDay List<int>
    The hours of the day when maintenance can be performed.
    LeadTimeInWeeks int
    The lead time in weeks before the maintenance window.
    Months List<Pulumi.AwsNative.Odb.CloudAutonomousVmClusterMaintenanceWindowMonthsItem>
    The months when maintenance can be performed.
    Preference Pulumi.AwsNative.Odb.CloudAutonomousVmClusterMaintenanceWindowPreference
    The preference for the maintenance window scheduling.
    WeeksOfMonth List<int>
    The weeks of the month when maintenance can be performed.
    DaysOfWeek []CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem
    The days of the week when maintenance can be performed.
    HoursOfDay []int
    The hours of the day when maintenance can be performed.
    LeadTimeInWeeks int
    The lead time in weeks before the maintenance window.
    Months []CloudAutonomousVmClusterMaintenanceWindowMonthsItem
    The months when maintenance can be performed.
    Preference CloudAutonomousVmClusterMaintenanceWindowPreference
    The preference for the maintenance window scheduling.
    WeeksOfMonth []int
    The weeks of the month when maintenance can be performed.
    daysOfWeek List<CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem>
    The days of the week when maintenance can be performed.
    hoursOfDay List<Integer>
    The hours of the day when maintenance can be performed.
    leadTimeInWeeks Integer
    The lead time in weeks before the maintenance window.
    months List<CloudAutonomousVmClusterMaintenanceWindowMonthsItem>
    The months when maintenance can be performed.
    preference CloudAutonomousVmClusterMaintenanceWindowPreference
    The preference for the maintenance window scheduling.
    weeksOfMonth List<Integer>
    The weeks of the month when maintenance can be performed.
    daysOfWeek CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem[]
    The days of the week when maintenance can be performed.
    hoursOfDay number[]
    The hours of the day when maintenance can be performed.
    leadTimeInWeeks number
    The lead time in weeks before the maintenance window.
    months CloudAutonomousVmClusterMaintenanceWindowMonthsItem[]
    The months when maintenance can be performed.
    preference CloudAutonomousVmClusterMaintenanceWindowPreference
    The preference for the maintenance window scheduling.
    weeksOfMonth number[]
    The weeks of the month when maintenance can be performed.
    days_of_week Sequence[CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem]
    The days of the week when maintenance can be performed.
    hours_of_day Sequence[int]
    The hours of the day when maintenance can be performed.
    lead_time_in_weeks int
    The lead time in weeks before the maintenance window.
    months Sequence[CloudAutonomousVmClusterMaintenanceWindowMonthsItem]
    The months when maintenance can be performed.
    preference CloudAutonomousVmClusterMaintenanceWindowPreference
    The preference for the maintenance window scheduling.
    weeks_of_month Sequence[int]
    The weeks of the month when maintenance can be performed.
    daysOfWeek List<"MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY">
    The days of the week when maintenance can be performed.
    hoursOfDay List<Number>
    The hours of the day when maintenance can be performed.
    leadTimeInWeeks Number
    The lead time in weeks before the maintenance window.
    months List<"JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER">
    The months when maintenance can be performed.
    preference "NO_PREFERENCE" | "CUSTOM_PREFERENCE"
    The preference for the maintenance window scheduling.
    weeksOfMonth List<Number>
    The weeks of the month when maintenance can be performed.

    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItem, CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemArgs

    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemMonday
    MONDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemTuesday
    TUESDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemWednesday
    WEDNESDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemThursday
    THURSDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemFriday
    FRIDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemSaturday
    SATURDAY
    CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekItemSunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    MONDAY
    MONDAY
    TUESDAY
    TUESDAY
    WEDNESDAY
    WEDNESDAY
    THURSDAY
    THURSDAY
    FRIDAY
    FRIDAY
    SATURDAY
    SATURDAY
    SUNDAY
    SUNDAY
    "MONDAY"
    MONDAY
    "TUESDAY"
    TUESDAY
    "WEDNESDAY"
    WEDNESDAY
    "THURSDAY"
    THURSDAY
    "FRIDAY"
    FRIDAY
    "SATURDAY"
    SATURDAY
    "SUNDAY"
    SUNDAY

    CloudAutonomousVmClusterMaintenanceWindowMonthsItem, CloudAutonomousVmClusterMaintenanceWindowMonthsItemArgs

    January
    JANUARY
    February
    FEBRUARY
    March
    MARCH
    April
    APRIL
    May
    MAY
    June
    JUNE
    July
    JULY
    August
    AUGUST
    September
    SEPTEMBER
    October
    OCTOBER
    November
    NOVEMBER
    December
    DECEMBER
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemJanuary
    JANUARY
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemFebruary
    FEBRUARY
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemMarch
    MARCH
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemApril
    APRIL
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemMay
    MAY
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemJune
    JUNE
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemJuly
    JULY
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemAugust
    AUGUST
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemSeptember
    SEPTEMBER
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemOctober
    OCTOBER
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemNovember
    NOVEMBER
    CloudAutonomousVmClusterMaintenanceWindowMonthsItemDecember
    DECEMBER
    January
    JANUARY
    February
    FEBRUARY
    March
    MARCH
    April
    APRIL
    May
    MAY
    June
    JUNE
    July
    JULY
    August
    AUGUST
    September
    SEPTEMBER
    October
    OCTOBER
    November
    NOVEMBER
    December
    DECEMBER
    January
    JANUARY
    February
    FEBRUARY
    March
    MARCH
    April
    APRIL
    May
    MAY
    June
    JUNE
    July
    JULY
    August
    AUGUST
    September
    SEPTEMBER
    October
    OCTOBER
    November
    NOVEMBER
    December
    DECEMBER
    JANUARY
    JANUARY
    FEBRUARY
    FEBRUARY
    MARCH
    MARCH
    APRIL
    APRIL
    MAY
    MAY
    JUNE
    JUNE
    JULY
    JULY
    AUGUST
    AUGUST
    SEPTEMBER
    SEPTEMBER
    OCTOBER
    OCTOBER
    NOVEMBER
    NOVEMBER
    DECEMBER
    DECEMBER
    "JANUARY"
    JANUARY
    "FEBRUARY"
    FEBRUARY
    "MARCH"
    MARCH
    "APRIL"
    APRIL
    "MAY"
    MAY
    "JUNE"
    JUNE
    "JULY"
    JULY
    "AUGUST"
    AUGUST
    "SEPTEMBER"
    SEPTEMBER
    "OCTOBER"
    OCTOBER
    "NOVEMBER"
    NOVEMBER
    "DECEMBER"
    DECEMBER

    CloudAutonomousVmClusterMaintenanceWindowPreference, CloudAutonomousVmClusterMaintenanceWindowPreferenceArgs

    NoPreference
    NO_PREFERENCE
    CustomPreference
    CUSTOM_PREFERENCE
    CloudAutonomousVmClusterMaintenanceWindowPreferenceNoPreference
    NO_PREFERENCE
    CloudAutonomousVmClusterMaintenanceWindowPreferenceCustomPreference
    CUSTOM_PREFERENCE
    NoPreference
    NO_PREFERENCE
    CustomPreference
    CUSTOM_PREFERENCE
    NoPreference
    NO_PREFERENCE
    CustomPreference
    CUSTOM_PREFERENCE
    NO_PREFERENCE
    NO_PREFERENCE
    CUSTOM_PREFERENCE
    CUSTOM_PREFERENCE
    "NO_PREFERENCE"
    NO_PREFERENCE
    "CUSTOM_PREFERENCE"
    CUSTOM_PREFERENCE

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi