1. Packages
  2. AWS
  3. API Docs
  4. odb
  5. getCloudAutonomousVmCluster
AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi

aws.odb.getCloudAutonomousVmCluster

Deploy with Pulumi
aws logo
AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi

    Data source for managing cloud autonomous vm cluster resource in AWS for Oracle Database@AWS.

    You can find out more about Oracle Database@AWS from User Guide.

    Example Usage

    Basic Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.odb.getCloudAutonomousVmCluster({
        id: "example",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.odb.get_cloud_autonomous_vm_cluster(id="example")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/odb"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := odb.LookupCloudAutonomousVmCluster(ctx, &odb.LookupCloudAutonomousVmClusterArgs{
    			Id: "example",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.Odb.GetCloudAutonomousVmCluster.Invoke(new()
        {
            Id = "example",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.odb.OdbFunctions;
    import com.pulumi.aws.odb.inputs.GetCloudAutonomousVmClusterArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = OdbFunctions.getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterArgs.builder()
                .id("example")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:odb:getCloudAutonomousVmCluster
          arguments:
            id: example
    

    Using getCloudAutonomousVmCluster

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCloudAutonomousVmCluster(args: GetCloudAutonomousVmClusterArgs, opts?: InvokeOptions): Promise<GetCloudAutonomousVmClusterResult>
    function getCloudAutonomousVmClusterOutput(args: GetCloudAutonomousVmClusterOutputArgs, opts?: InvokeOptions): Output<GetCloudAutonomousVmClusterResult>
    def get_cloud_autonomous_vm_cluster(id: Optional[str] = None,
                                        region: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetCloudAutonomousVmClusterResult
    def get_cloud_autonomous_vm_cluster_output(id: Optional[pulumi.Input[str]] = None,
                                        region: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetCloudAutonomousVmClusterResult]
    func LookupCloudAutonomousVmCluster(ctx *Context, args *LookupCloudAutonomousVmClusterArgs, opts ...InvokeOption) (*LookupCloudAutonomousVmClusterResult, error)
    func LookupCloudAutonomousVmClusterOutput(ctx *Context, args *LookupCloudAutonomousVmClusterOutputArgs, opts ...InvokeOption) LookupCloudAutonomousVmClusterResultOutput

    > Note: This function is named LookupCloudAutonomousVmCluster in the Go SDK.

    public static class GetCloudAutonomousVmCluster 
    {
        public static Task<GetCloudAutonomousVmClusterResult> InvokeAsync(GetCloudAutonomousVmClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudAutonomousVmClusterResult> Invoke(GetCloudAutonomousVmClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudAutonomousVmClusterResult> getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterArgs args, InvokeOptions options)
    public static Output<GetCloudAutonomousVmClusterResult> getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:odb/getCloudAutonomousVmCluster:getCloudAutonomousVmCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier of the cloud autonomous vm cluster.
    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    Id string
    The unique identifier of the cloud autonomous vm cluster.
    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id String
    The unique identifier of the cloud autonomous vm cluster.
    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id string
    The unique identifier of the cloud autonomous vm cluster.
    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id str
    The unique identifier of the cloud autonomous vm cluster.
    region str
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id String
    The unique identifier of the cloud autonomous vm cluster.
    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    getCloudAutonomousVmCluster Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    AutonomousDataStoragePercentage double
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    AutonomousDataStorageSizeInTbs double
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    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.
    CloudExadataInfrastructureId string
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    ComputeModel string
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    CpuCoreCount int
    The total number of CPU cores in the Autonomous VM cluster.
    CpuCoreCountPerNode int
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    CpuPercentage double
    he percentage of total CPU cores currently in use in the Autonomous VM cluster.
    CreatedAt string
    The date and time when the Autonomous VM cluster was created.
    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.
    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.
    Domain string
    The domain name of the Autonomous VM cluster.
    ExadataStorageInTbsLowestScaledValue double
    The minimum value to which you can scale down the Exadata storage, in TB.
    Hostname string
    The hostname of the Autonomous VM cluster.
    Id string
    IsMtlsEnabledVmCluster bool
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    LicenseModel string
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    MaintenanceWindows List<GetCloudAutonomousVmClusterMaintenanceWindow>
    The maintenance window for the Autonomous VM cluster.
    MaxAcdsLowestScaledValue int
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    MemoryPerOracleComputeUnitInGbs int
    The amount of memory allocated per Oracle Compute Unit, in GB.
    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.
    OdbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    OdbNodeStorageSizeInGbs int
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    PercentProgress double
    The progress of the current operation on the Autonomous VM cluster, as a percentage.
    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.
    Region string
    ReservedCpus double
    The number of CPU cores reserved for system operations and redundancy.
    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.
    Shape string
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    Status string
    The status of the Autonomous VM cluster.
    StatusReason string
    Additional information about the current status of the Autonomous VM cluster.
    Tags Dictionary<string, string>
    A map of tags to assign to the exadata infrastructure. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
    TimeDatabaseSslCertificateExpires string
    The expiration date and time of the database SSL certificate.
    TimeOrdsCertificateExpires string
    The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
    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.
    Arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    AutonomousDataStoragePercentage float64
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    AutonomousDataStorageSizeInTbs float64
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    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.
    CloudExadataInfrastructureId string
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    ComputeModel string
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    CpuCoreCount int
    The total number of CPU cores in the Autonomous VM cluster.
    CpuCoreCountPerNode int
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    CpuPercentage float64
    he percentage of total CPU cores currently in use in the Autonomous VM cluster.
    CreatedAt string
    The date and time when the Autonomous VM cluster was created.
    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.
    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.
    Domain string
    The domain name of the Autonomous VM cluster.
    ExadataStorageInTbsLowestScaledValue float64
    The minimum value to which you can scale down the Exadata storage, in TB.
    Hostname string
    The hostname of the Autonomous VM cluster.
    Id string
    IsMtlsEnabledVmCluster bool
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    LicenseModel string
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    MaintenanceWindows []GetCloudAutonomousVmClusterMaintenanceWindow
    The maintenance window for the Autonomous VM cluster.
    MaxAcdsLowestScaledValue int
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    MemoryPerOracleComputeUnitInGbs int
    The amount of memory allocated per Oracle Compute Unit, in GB.
    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.
    OdbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    OdbNodeStorageSizeInGbs int
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    PercentProgress float64
    The progress of the current operation on the Autonomous VM cluster, as a percentage.
    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.
    Region string
    ReservedCpus float64
    The number of CPU cores reserved for system operations and redundancy.
    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.
    Shape string
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    Status string
    The status of the Autonomous VM cluster.
    StatusReason string
    Additional information about the current status of the Autonomous VM cluster.
    Tags map[string]string
    A map of tags to assign to the exadata infrastructure. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
    TimeDatabaseSslCertificateExpires string
    The expiration date and time of the database SSL certificate.
    TimeOrdsCertificateExpires string
    The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
    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.
    arn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    autonomousDataStoragePercentage Double
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    autonomousDataStorageSizeInTbs Double
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    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.
    cloudExadataInfrastructureId String
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    computeModel String
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpuCoreCount Integer
    The total number of CPU cores in the Autonomous VM cluster.
    cpuCoreCountPerNode Integer
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    cpuPercentage Double
    he percentage of total CPU cores currently in use in the Autonomous VM cluster.
    createdAt String
    The date and time when the Autonomous VM cluster was created.
    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.
    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.
    domain String
    The domain name of the Autonomous VM cluster.
    exadataStorageInTbsLowestScaledValue Double
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname String
    The hostname of the Autonomous VM cluster.
    id String
    isMtlsEnabledVmCluster Boolean
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    licenseModel String
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenanceWindows List<GetCloudAutonomousVmClusterMaintenanceWindow>
    The maintenance window for the Autonomous VM cluster.
    maxAcdsLowestScaledValue Integer
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memoryPerOracleComputeUnitInGbs Integer
    The amount of memory allocated per Oracle Compute Unit, in GB.
    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.
    odbNetworkId String
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    odbNodeStorageSizeInGbs Integer
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    percentProgress Double
    The progress of the current operation on the Autonomous VM cluster, as a percentage.
    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.
    region String
    reservedCpus Double
    The number of CPU cores reserved for system operations and redundancy.
    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.
    shape String
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    status String
    The status of the Autonomous VM cluster.
    statusReason String
    Additional information about the current status of the Autonomous VM cluster.
    tags Map<String,String>
    A map of tags to assign to the exadata infrastructure. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
    timeDatabaseSslCertificateExpires String
    The expiration date and time of the database SSL certificate.
    timeOrdsCertificateExpires String
    The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
    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.
    arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    autonomousDataStoragePercentage number
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    autonomousDataStorageSizeInTbs number
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    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.
    cloudExadataInfrastructureId string
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    computeModel string
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpuCoreCount number
    The total number of CPU cores in the Autonomous VM cluster.
    cpuCoreCountPerNode number
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    cpuPercentage number
    he percentage of total CPU cores currently in use in the Autonomous VM cluster.
    createdAt string
    The date and time when the Autonomous VM cluster was created.
    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.
    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.
    domain string
    The domain name of the Autonomous VM cluster.
    exadataStorageInTbsLowestScaledValue number
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname string
    The hostname of the Autonomous VM cluster.
    id string
    isMtlsEnabledVmCluster boolean
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    licenseModel string
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenanceWindows GetCloudAutonomousVmClusterMaintenanceWindow[]
    The maintenance window for the Autonomous VM cluster.
    maxAcdsLowestScaledValue number
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memoryPerOracleComputeUnitInGbs number
    The amount of memory allocated per Oracle Compute Unit, in GB.
    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.
    odbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    odbNodeStorageSizeInGbs number
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    percentProgress number
    The progress of the current operation on the Autonomous VM cluster, as a percentage.
    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.
    region string
    reservedCpus number
    The number of CPU cores reserved for system operations and redundancy.
    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.
    shape string
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    status string
    The status of the Autonomous VM cluster.
    statusReason string
    Additional information about the current status of the Autonomous VM cluster.
    tags {[key: string]: string}
    A map of tags to assign to the exadata infrastructure. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
    timeDatabaseSslCertificateExpires string
    The expiration date and time of the database SSL certificate.
    timeOrdsCertificateExpires string
    The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
    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.
    arn str
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    autonomous_data_storage_percentage float
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    autonomous_data_storage_size_in_tbs float
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    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_exadata_infrastructure_id str
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    compute_model str
    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_core_count_per_node int
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    cpu_percentage float
    he percentage of total CPU cores currently in use in the Autonomous VM cluster.
    created_at str
    The date and time when the Autonomous VM cluster was created.
    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_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.
    domain str
    The domain name of 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 of the Autonomous VM cluster.
    id str
    is_mtls_enabled_vm_cluster bool
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    license_model str
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenance_windows Sequence[GetCloudAutonomousVmClusterMaintenanceWindow]
    The maintenance window for the Autonomous VM cluster.
    max_acds_lowest_scaled_value int
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memory_per_oracle_compute_unit_in_gbs int
    The amount of memory allocated per Oracle Compute Unit, in GB.
    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.
    odb_network_id str
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    odb_node_storage_size_in_gbs int
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    percent_progress float
    The progress of the current operation on the Autonomous VM cluster, as a percentage.
    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.
    region str
    reserved_cpus float
    The number of CPU cores reserved for system operations and redundancy.
    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.
    shape str
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    status str
    The status of the Autonomous VM cluster.
    status_reason str
    Additional information about the current status of the Autonomous VM cluster.
    tags Mapping[str, str]
    A map of tags to assign to the exadata infrastructure. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
    time_database_ssl_certificate_expires str
    The expiration date and time of the database SSL certificate.
    time_ords_certificate_expires str
    The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
    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.
    arn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    autonomousDataStoragePercentage Number
    The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
    autonomousDataStorageSizeInTbs Number
    The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
    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.
    cloudExadataInfrastructureId String
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    computeModel String
    The compute model of the Autonomous VM cluster: ECPU or OCPU.
    cpuCoreCount Number
    The total number of CPU cores in the Autonomous VM cluster.
    cpuCoreCountPerNode Number
    The number of CPU cores enabled per node in the Autonomous VM cluster.
    cpuPercentage Number
    he percentage of total CPU cores currently in use in the Autonomous VM cluster.
    createdAt String
    The date and time when the Autonomous VM cluster was created.
    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.
    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.
    domain String
    The domain name of the Autonomous VM cluster.
    exadataStorageInTbsLowestScaledValue Number
    The minimum value to which you can scale down the Exadata storage, in TB.
    hostname String
    The hostname of the Autonomous VM cluster.
    id String
    isMtlsEnabledVmCluster Boolean
    Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
    licenseModel String
    The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
    maintenanceWindows List<Property Map>
    The maintenance window for the Autonomous VM cluster.
    maxAcdsLowestScaledValue Number
    The minimum value to which you can scale down the maximum number of Autonomous CDBs.
    memoryPerOracleComputeUnitInGbs Number
    The amount of memory allocated per Oracle Compute Unit, in GB.
    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.
    odbNetworkId String
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    odbNodeStorageSizeInGbs Number
    The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
    percentProgress Number
    The progress of the current operation on the Autonomous VM cluster, as a percentage.
    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.
    region String
    reservedCpus Number
    The number of CPU cores reserved for system operations and redundancy.
    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.
    shape String
    The shape of the Exadata infrastructure for the Autonomous VM cluster.
    status String
    The status of the Autonomous VM cluster.
    statusReason String
    Additional information about the current status of the Autonomous VM cluster.
    tags Map<String>
    A map of tags to assign to the exadata infrastructure. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
    timeDatabaseSslCertificateExpires String
    The expiration date and time of the database SSL certificate.
    timeOrdsCertificateExpires String
    The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
    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.

    Supporting Types

    GetCloudAutonomousVmClusterMaintenanceWindow

    GetCloudAutonomousVmClusterMaintenanceWindowDaysOfWeek

    Name string
    Name string
    name String
    name string
    name str
    name String

    GetCloudAutonomousVmClusterMaintenanceWindowMonth

    Name string
    Name string
    name String
    name string
    name str
    name String

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate