Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
published on Thursday, Sep 10, 2026 by Pulumi
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
published on Thursday, Sep 10, 2026 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.ArrayList;
import java.util.Arrays;
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
pulumi {
required_providers {
aws = {
source = "pulumi/aws"
}
}
}
data "aws_odb_getcloudautonomousvmcluster" "example" {
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?: InvokeOutputOptions): 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: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = 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 Output<GetCloudAutonomousVmClusterResult> Invoke(GetCloudAutonomousVmClusterInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetCloudAutonomousVmClusterResult> getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterArgs args, InvokeOptions options)
public static Output<GetCloudAutonomousVmClusterResult> getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterArgs args, InvokeOptions options)
public static Output<GetCloudAutonomousVmClusterResult> getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws:odb/getCloudAutonomousVmCluster:getCloudAutonomousVmCluster
arguments:
# arguments dictionarydata "aws_odb_get_cloud_autonomous_vm_cluster" "name" {
# arguments
}The following arguments are supported:
getCloudAutonomousVmCluster Result
The following output properties are available:
- Arn string
- ARN for the Exadata infrastructure.
- Autonomous
Data doubleStorage Percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Autonomous
Data doubleStorage Size In Tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Autonomous doubleData Storage Size In Tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Container intDatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- Available
Cpus double - Number of CPU cores available for allocation to Autonomous Databases.
- Cloud
Exadata stringInfrastructure Arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- Cloud
Exadata stringInfrastructure Id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- Compute
Model string - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- Cpu
Core intCount - Total number of CPU cores in the Autonomous VM cluster.
- Cpu
Core intCount Per Node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- Cpu
Percentage double - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Created
At string - Date and time when the Autonomous VM cluster was created.
- Data
Storage doubleSize In Gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- Data
Storage doubleSize In Tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- Db
Servers List<string> - List of database servers associated with the Autonomous VM cluster.
- Description string
- User-provided description of the Autonomous VM cluster.
- Display
Name string - Display name of the Autonomous VM cluster.
- Domain string
- Domain name of the Autonomous VM cluster.
- Exadata
Storage doubleIn Tbs Lowest Scaled Value - Minimum value to which you can scale down the Exadata storage, in TB.
- Hostname string
- Hostname of the Autonomous VM cluster.
- Id string
- Is
Mtls boolEnabled Vm Cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- License
Model string - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- Maintenance
Windows List<GetCloud Autonomous Vm Cluster Maintenance Window> - Maintenance window for the Autonomous VM cluster.
- Max
Acds intLowest Scaled Value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- Memory
Per intOracle Compute Unit In Gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- Memory
Size intIn Gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- Node
Count int - Number of database server nodes in the Autonomous VM cluster.
- Non
Provisionable intAutonomous Container Databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Oci
Resource stringAnchor Name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- Oci
Url string - URL for accessing the OCI console page for this Autonomous VM cluster.
- Ocid string
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- Odb
Network stringArn - ARN of the ODB network associated with this Autonomous VM cluster.
- Odb
Network stringId - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- Odb
Node intStorage Size In Gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- Percent
Progress double - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- Provisionable
Autonomous intContainer Databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- Provisioned
Autonomous intContainer Databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- Provisioned
Cpus double - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- Reclaimable
Cpus double - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Region string
- Reserved
Cpus double - Number of CPU cores reserved for system operations and redundancy.
- Scan
Listener intPort Non Tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- Scan
Listener intPort Tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- Shape string
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- Status string
- Status of the Autonomous VM cluster.
- Status
Reason string - Additional information about the current status of the Autonomous VM cluster.
- Dictionary<string, string>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Time
Database stringSsl Certificate Expires - Expiration date and time of the database SSL certificate.
- Time
Ords stringCertificate Expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- Time
Zone string - Time zone of the Autonomous VM cluster.
- Total
Container intDatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
- Arn string
- ARN for the Exadata infrastructure.
- Autonomous
Data float64Storage Percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Autonomous
Data float64Storage Size In Tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Autonomous float64Data Storage Size In Tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Container intDatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- Available
Cpus float64 - Number of CPU cores available for allocation to Autonomous Databases.
- Cloud
Exadata stringInfrastructure Arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- Cloud
Exadata stringInfrastructure Id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- Compute
Model string - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- Cpu
Core intCount - Total number of CPU cores in the Autonomous VM cluster.
- Cpu
Core intCount Per Node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- Cpu
Percentage float64 - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Created
At string - Date and time when the Autonomous VM cluster was created.
- Data
Storage float64Size In Gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- Data
Storage float64Size In Tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- Db
Servers []string - List of database servers associated with the Autonomous VM cluster.
- Description string
- User-provided description of the Autonomous VM cluster.
- Display
Name string - Display name of the Autonomous VM cluster.
- Domain string
- Domain name of the Autonomous VM cluster.
- Exadata
Storage float64In Tbs Lowest Scaled Value - Minimum value to which you can scale down the Exadata storage, in TB.
- Hostname string
- Hostname of the Autonomous VM cluster.
- Id string
- Is
Mtls boolEnabled Vm Cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- License
Model string - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- Maintenance
Windows []GetCloud Autonomous Vm Cluster Maintenance Window - Maintenance window for the Autonomous VM cluster.
- Max
Acds intLowest Scaled Value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- Memory
Per intOracle Compute Unit In Gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- Memory
Size intIn Gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- Node
Count int - Number of database server nodes in the Autonomous VM cluster.
- Non
Provisionable intAutonomous Container Databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Oci
Resource stringAnchor Name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- Oci
Url string - URL for accessing the OCI console page for this Autonomous VM cluster.
- Ocid string
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- Odb
Network stringArn - ARN of the ODB network associated with this Autonomous VM cluster.
- Odb
Network stringId - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- Odb
Node intStorage Size In Gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- Percent
Progress float64 - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- Provisionable
Autonomous intContainer Databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- Provisioned
Autonomous intContainer Databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- Provisioned
Cpus float64 - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- Reclaimable
Cpus float64 - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Region string
- Reserved
Cpus float64 - Number of CPU cores reserved for system operations and redundancy.
- Scan
Listener intPort Non Tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- Scan
Listener intPort Tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- Shape string
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- Status string
- Status of the Autonomous VM cluster.
- Status
Reason string - Additional information about the current status of the Autonomous VM cluster.
- map[string]string
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Time
Database stringSsl Certificate Expires - Expiration date and time of the database SSL certificate.
- Time
Ords stringCertificate Expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- Time
Zone string - Time zone of the Autonomous VM cluster.
- Total
Container intDatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
- arn string
- ARN for the Exadata infrastructure.
- autonomous_
data_ numberstorage_ percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous_
data_ numberstorage_ size_ in_ tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
autonomous_ numberdata_ storage_ size_ in_ tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
container_ numberdatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- available_
cpus number - Number of CPU cores available for allocation to Autonomous Databases.
- cloud_
exadata_ stringinfrastructure_ arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- cloud_
exadata_ stringinfrastructure_ id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- compute_
model string - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu_
core_ numbercount - Total number of CPU cores in the Autonomous VM cluster.
- cpu_
core_ numbercount_ per_ node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu_
percentage number - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created_
at string - Date and time when the Autonomous VM cluster was created.
- data_
storage_ numbersize_ in_ gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- data_
storage_ numbersize_ in_ tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- db_
servers list(string) - List of database servers associated with the Autonomous VM cluster.
- description string
- User-provided description of the Autonomous VM cluster.
- display_
name string - Display name of the Autonomous VM cluster.
- domain string
- Domain name of the Autonomous VM cluster.
- exadata_
storage_ numberin_ tbs_ lowest_ scaled_ value - Minimum value to which you can scale down the Exadata storage, in TB.
- hostname string
- Hostname of the Autonomous VM cluster.
- id string
- is_
mtls_ boolenabled_ vm_ cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license_
model string - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance_
windows list(object) - Maintenance window for the Autonomous VM cluster.
- max_
acds_ numberlowest_ scaled_ value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory_
per_ numberoracle_ compute_ unit_ in_ gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- memory_
size_ numberin_ gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node_
count number - Number of database server nodes in the Autonomous VM cluster.
- non_
provisionable_ numberautonomous_ container_ databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci_
resource_ stringanchor_ name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci_
url string - URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid string
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- odb_
network_ stringarn - ARN of the ODB network associated with this Autonomous VM cluster.
- odb_
network_ stringid - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb_
node_ numberstorage_ size_ in_ gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent_
progress number - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable_
autonomous_ numbercontainer_ databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned_
autonomous_ numbercontainer_ databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned_
cpus number - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable_
cpus number - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region string
- reserved_
cpus number - Number of CPU cores reserved for system operations and redundancy.
- scan_
listener_ numberport_ non_ tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan_
listener_ numberport_ tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- shape string
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- status string
- Status of the Autonomous VM cluster.
- status_
reason string - Additional information about the current status of the Autonomous VM cluster.
- map(string)
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time_
database_ stringssl_ certificate_ expires - Expiration date and time of the database SSL certificate.
- time_
ords_ stringcertificate_ expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- time_
zone string - Time zone of the Autonomous VM cluster.
- total_
container_ numberdatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
- arn String
- ARN for the Exadata infrastructure.
- autonomous
Data DoubleStorage Percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous
Data DoubleStorage Size In Tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Autonomous DoubleData Storage Size In Tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container IntegerDatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus Double - Number of CPU cores available for allocation to Autonomous Databases.
- cloud
Exadata StringInfrastructure Arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- cloud
Exadata StringInfrastructure Id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- compute
Model String - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core IntegerCount - Total number of CPU cores in the Autonomous VM cluster.
- cpu
Core IntegerCount Per Node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu
Percentage Double - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created
At String - Date and time when the Autonomous VM cluster was created.
- data
Storage DoubleSize In Gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage DoubleSize In Tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- db
Servers List<String> - List of database servers associated with the Autonomous VM cluster.
- description String
- User-provided description of the Autonomous VM cluster.
- display
Name String - Display name of the Autonomous VM cluster.
- domain String
- Domain name of the Autonomous VM cluster.
- exadata
Storage DoubleIn Tbs Lowest Scaled Value - Minimum value to which you can scale down the Exadata storage, in TB.
- hostname String
- Hostname of the Autonomous VM cluster.
- id String
- is
Mtls BooleanEnabled Vm Cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model String - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance
Windows List<GetCloud Autonomous Vm Cluster Maintenance Window> - Maintenance window for the Autonomous VM cluster.
- max
Acds IntegerLowest Scaled Value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Per IntegerOracle Compute Unit In Gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- memory
Size IntegerIn Gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count Integer - Number of database server nodes in the Autonomous VM cluster.
- non
Provisionable IntegerAutonomous Container Databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource StringAnchor Name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url String - URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid String
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- odb
Network StringArn - ARN of the ODB network associated with this Autonomous VM cluster.
- odb
Network StringId - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb
Node IntegerStorage Size In Gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent
Progress Double - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable
Autonomous IntegerContainer Databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous IntegerContainer Databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus Double - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus Double - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region String
- reserved
Cpus Double - Number of CPU cores reserved for system operations and redundancy.
- scan
Listener IntegerPort Non Tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener IntegerPort Tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- shape String
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- status String
- Status of the Autonomous VM cluster.
- status
Reason String - Additional information about the current status of the Autonomous VM cluster.
- Map<String,String>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time
Database StringSsl Certificate Expires - Expiration date and time of the database SSL certificate.
- time
Ords StringCertificate Expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- time
Zone String - Time zone of the Autonomous VM cluster.
- total
Container IntegerDatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
- arn string
- ARN for the Exadata infrastructure.
- autonomous
Data numberStorage Percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous
Data numberStorage Size In Tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Autonomous numberData Storage Size In Tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container numberDatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus number - Number of CPU cores available for allocation to Autonomous Databases.
- cloud
Exadata stringInfrastructure Arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- cloud
Exadata stringInfrastructure Id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- compute
Model string - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core numberCount - Total number of CPU cores in the Autonomous VM cluster.
- cpu
Core numberCount Per Node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu
Percentage number - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created
At string - Date and time when the Autonomous VM cluster was created.
- data
Storage numberSize In Gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage numberSize In Tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- db
Servers string[] - List of database servers associated with the Autonomous VM cluster.
- description string
- User-provided description of the Autonomous VM cluster.
- display
Name string - Display name of the Autonomous VM cluster.
- domain string
- Domain name of the Autonomous VM cluster.
- exadata
Storage numberIn Tbs Lowest Scaled Value - Minimum value to which you can scale down the Exadata storage, in TB.
- hostname string
- Hostname of the Autonomous VM cluster.
- id string
- is
Mtls booleanEnabled Vm Cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model string - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance
Windows GetCloud Autonomous Vm Cluster Maintenance Window[] - Maintenance window for the Autonomous VM cluster.
- max
Acds numberLowest Scaled Value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Per numberOracle Compute Unit In Gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- memory
Size numberIn Gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count number - Number of database server nodes in the Autonomous VM cluster.
- non
Provisionable numberAutonomous Container Databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource stringAnchor Name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url string - URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid string
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- odb
Network stringArn - ARN of the ODB network associated with this Autonomous VM cluster.
- odb
Network stringId - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb
Node numberStorage Size In Gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent
Progress number - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable
Autonomous numberContainer Databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous numberContainer Databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus number - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus number - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region string
- reserved
Cpus number - Number of CPU cores reserved for system operations and redundancy.
- scan
Listener numberPort Non Tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener numberPort Tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- shape string
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- status string
- Status of the Autonomous VM cluster.
- status
Reason string - Additional information about the current status of the Autonomous VM cluster.
- {[key: string]: string}
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time
Database stringSsl Certificate Expires - Expiration date and time of the database SSL certificate.
- time
Ords stringCertificate Expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- time
Zone string - Time zone of the Autonomous VM cluster.
- total
Container numberDatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
- arn str
- ARN for the Exadata infrastructure.
- autonomous_
data_ floatstorage_ percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous_
data_ floatstorage_ size_ in_ tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
autonomous_ floatdata_ storage_ size_ in_ tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
container_ intdatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- available_
cpus float - Number of CPU cores available for allocation to Autonomous Databases.
- cloud_
exadata_ strinfrastructure_ arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- cloud_
exadata_ strinfrastructure_ id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- compute_
model str - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu_
core_ intcount - Total number of CPU cores in the Autonomous VM cluster.
- cpu_
core_ intcount_ per_ node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu_
percentage float - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created_
at str - Date and time when the Autonomous VM cluster was created.
- data_
storage_ floatsize_ in_ gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- data_
storage_ floatsize_ in_ tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- db_
servers Sequence[str] - List of database servers associated with the Autonomous VM cluster.
- description str
- User-provided description of the Autonomous VM cluster.
- display_
name str - Display name of the Autonomous VM cluster.
- domain str
- Domain name of the Autonomous VM cluster.
- exadata_
storage_ floatin_ tbs_ lowest_ scaled_ value - Minimum value to which you can scale down the Exadata storage, in TB.
- hostname str
- Hostname of the Autonomous VM cluster.
- id str
- is_
mtls_ boolenabled_ vm_ cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license_
model str - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance_
windows Sequence[GetCloud Autonomous Vm Cluster Maintenance Window] - Maintenance window for the Autonomous VM cluster.
- max_
acds_ intlowest_ scaled_ value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory_
per_ intoracle_ compute_ unit_ in_ gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- memory_
size_ intin_ gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node_
count int - Number of database server nodes in the Autonomous VM cluster.
- non_
provisionable_ intautonomous_ container_ databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci_
resource_ stranchor_ name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci_
url str - URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid str
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- odb_
network_ strarn - ARN of the ODB network associated with this Autonomous VM cluster.
- odb_
network_ strid - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb_
node_ intstorage_ size_ in_ gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent_
progress float - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable_
autonomous_ intcontainer_ databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned_
autonomous_ intcontainer_ databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned_
cpus float - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable_
cpus float - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region str
- reserved_
cpus float - Number of CPU cores reserved for system operations and redundancy.
- scan_
listener_ intport_ non_ tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan_
listener_ intport_ tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- shape str
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- status str
- Status of the Autonomous VM cluster.
- status_
reason str - Additional information about the current status of the Autonomous VM cluster.
- Mapping[str, str]
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time_
database_ strssl_ certificate_ expires - Expiration date and time of the database SSL certificate.
- time_
ords_ strcertificate_ expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- time_
zone str - Time zone of the Autonomous VM cluster.
- total_
container_ intdatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
- arn String
- ARN for the Exadata infrastructure.
- autonomous
Data NumberStorage Percentage - Percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous
Data NumberStorage Size In Tbs - Data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Autonomous NumberData Storage Size In Tbs - Available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container NumberDatabases - Number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus Number - Number of CPU cores available for allocation to Autonomous Databases.
- cloud
Exadata StringInfrastructure Arn - Cloud exadata infrastructure ARN associated with this cloud autonomous VM cluster.
- cloud
Exadata StringInfrastructure Id - Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
- compute
Model String - Compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core NumberCount - Total number of CPU cores in the Autonomous VM cluster.
- cpu
Core NumberCount Per Node - Number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu
Percentage Number - Percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created
At String - Date and time when the Autonomous VM cluster was created.
- data
Storage NumberSize In Gbs - Total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage NumberSize In Tbs - Total data storage allocated to the Autonomous VM cluster, in TB.
- db
Servers List<String> - List of database servers associated with the Autonomous VM cluster.
- description String
- User-provided description of the Autonomous VM cluster.
- display
Name String - Display name of the Autonomous VM cluster.
- domain String
- Domain name of the Autonomous VM cluster.
- exadata
Storage NumberIn Tbs Lowest Scaled Value - Minimum value to which you can scale down the Exadata storage, in TB.
- hostname String
- Hostname of the Autonomous VM cluster.
- id String
- is
Mtls BooleanEnabled Vm Cluster - Whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model String - Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
- maintenance
Windows List<Property Map> - Maintenance window for the Autonomous VM cluster.
- max
Acds NumberLowest Scaled Value - Minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Per NumberOracle Compute Unit In Gbs - Amount of memory allocated per Oracle Compute Unit, in GB.
- memory
Size NumberIn Gbs - Total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count Number - Number of database server nodes in the Autonomous VM cluster.
- non
Provisionable NumberAutonomous Container Databases - Number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource StringAnchor Name - Name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url String - URL for accessing the OCI console page for this Autonomous VM cluster.
- ocid String
- Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
- odb
Network StringArn - ARN of the ODB network associated with this Autonomous VM cluster.
- odb
Network StringId - Unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb
Node NumberStorage Size In Gbs - Local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent
Progress Number - Progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable
Autonomous NumberContainer Databases - Number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous NumberContainer Databases - Number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus Number - Number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus Number - Number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region String
- reserved
Cpus Number - Number of CPU cores reserved for system operations and redundancy.
- scan
Listener NumberPort Non Tls - SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener NumberPort Tls - SCAN listener port for TLS (TCP) protocol. The default is 2484.
- shape String
- Shape of the Exadata infrastructure for the Autonomous VM cluster.
- status String
- Status of the Autonomous VM cluster.
- status
Reason String - Additional information about the current status of the Autonomous VM cluster.
- Map<String>
- Map of tags to assign to the exadata infrastructure. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time
Database StringSsl Certificate Expires - Expiration date and time of the database SSL certificate.
- time
Ords StringCertificate Expires - Expiration date and time of the Oracle REST Data Services (ORDS) certificate.
- time
Zone String - Time zone of the Autonomous VM cluster.
- total
Container NumberDatabases - Total number of Autonomous Container Databases that can be created with the allocated local storage.
Supporting Types
GetCloudAutonomousVmClusterMaintenanceWindow
- days_
of_ list(object)weeks - hours_
of_ list(number)days - lead_
time_ numberin_ weeks - months list(object)
- preference string
- weeks_
of_ list(number)months
- days
Of List<Property Map>Weeks - hours
Of List<Number>Days - lead
Time NumberIn Weeks - months List<Property Map>
- preference String
- weeks
Of List<Number>Months
GetCloudAutonomousVmClusterMaintenanceWindowDaysOfWeek
- Name string
- Name string
- name string
- name String
- name string
- name str
- name String
GetCloudAutonomousVmClusterMaintenanceWindowMonth
- Name string
- 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
awsTerraform Provider.
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
published on Thursday, Sep 10, 2026 by Pulumi