Viewing docs for AWS v7.22.0
published on Wednesday, Mar 11, 2026 by Pulumi
published on Wednesday, Mar 11, 2026 by Pulumi
Viewing docs for AWS v7.22.0
published on Wednesday, Mar 11, 2026 by Pulumi
published on Wednesday, Mar 11, 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.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 dictionaryThe following arguments are supported:
getCloudAutonomousVmCluster Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) for the Exadata infrastructure.
- Autonomous
Data doubleStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Autonomous
Data doubleStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Autonomous doubleData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Container intDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- Available
Cpus double - The 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 - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- Cpu
Core intCount - The total number of CPU cores in the Autonomous VM cluster.
- Cpu
Core intCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- Cpu
Percentage double - he percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Created
At string - The date and time when the Autonomous VM cluster was created.
- Data
Storage doubleSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- Data
Storage doubleSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- Db
Servers List<string> - The list of database servers associated with the Autonomous VM cluster.
- Description string
- The user-provided description of the Autonomous VM cluster.
- Display
Name string - The display name of the Autonomous VM cluster.
- Domain string
- The domain name of the Autonomous VM cluster.
- Exadata
Storage doubleIn Tbs Lowest Scaled Value - 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
- Is
Mtls boolEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- License
Model string - The 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> - The maintenance window for the Autonomous VM cluster.
- Max
Acds intLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- Memory
Size intIn Gbs - 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 intAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- Oci
Url 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.
- Odb
Network stringArn - The arn of the ODB network associated with this Autonomous VM cluster.
- Odb
Network stringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- Odb
Node intStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- Percent
Progress double - The progress of the current operation on the Autonomous VM cluster, as a percentage.
- Provisionable
Autonomous intContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- Provisioned
Autonomous intContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- Provisioned
Cpus double - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- Reclaimable
Cpus double - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Region string
- Reserved
Cpus double - The number of CPU cores reserved for system operations and redundancy.
- Scan
Listener intPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- Scan
Listener intPort Tls - 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.
- Status
Reason string - Additional information about the current status of the Autonomous VM cluster.
- Dictionary<string, string>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Time
Database stringSsl Certificate Expires - The expiration date and time of the database SSL certificate.
- Time
Ords stringCertificate Expires - The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
- Time
Zone string - The time zone of the Autonomous VM cluster.
- Total
Container intDatabases - 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.
- Autonomous
Data float64Storage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- Autonomous
Data float64Storage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Autonomous float64Data Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- Available
Container intDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- Available
Cpus float64 - The 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 - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- Cpu
Core intCount - The total number of CPU cores in the Autonomous VM cluster.
- Cpu
Core intCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- Cpu
Percentage float64 - he percentage of total CPU cores currently in use in the Autonomous VM cluster.
- Created
At string - The date and time when the Autonomous VM cluster was created.
- Data
Storage float64Size In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- Data
Storage float64Size In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- Db
Servers []string - The list of database servers associated with the Autonomous VM cluster.
- Description string
- The user-provided description of the Autonomous VM cluster.
- Display
Name string - The display name of the Autonomous VM cluster.
- Domain string
- The domain name of the Autonomous VM cluster.
- Exadata
Storage float64In Tbs Lowest Scaled Value - 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
- Is
Mtls boolEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- License
Model string - The 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 - The maintenance window for the Autonomous VM cluster.
- Max
Acds intLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- Memory
Size intIn Gbs - 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 intAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- Oci
Resource stringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- Oci
Url 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.
- Odb
Network stringArn - The arn of the ODB network associated with this Autonomous VM cluster.
- Odb
Network stringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- Odb
Node intStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- Percent
Progress float64 - The progress of the current operation on the Autonomous VM cluster, as a percentage.
- Provisionable
Autonomous intContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- Provisioned
Autonomous intContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- Provisioned
Cpus float64 - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- Reclaimable
Cpus float64 - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- Region string
- Reserved
Cpus float64 - The number of CPU cores reserved for system operations and redundancy.
- Scan
Listener intPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- Scan
Listener intPort Tls - 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.
- Status
Reason string - Additional information about the current status of the Autonomous VM cluster.
- map[string]string
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - Time
Database stringSsl Certificate Expires - The expiration date and time of the database SSL certificate.
- Time
Ords stringCertificate Expires - The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
- Time
Zone string - The time zone of the Autonomous VM cluster.
- Total
Container intDatabases - 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.
- autonomous
Data DoubleStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous
Data DoubleStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Autonomous DoubleData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container IntegerDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus Double - The 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 - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core IntegerCount - The total number of CPU cores in the Autonomous VM cluster.
- cpu
Core IntegerCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu
Percentage Double - he percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created
At String - The date and time when the Autonomous VM cluster was created.
- data
Storage DoubleSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage DoubleSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db
Servers List<String> - The list of database servers associated with the Autonomous VM cluster.
- description String
- The user-provided description of the Autonomous VM cluster.
- display
Name String - The display name of the Autonomous VM cluster.
- domain String
- The domain name of the Autonomous VM cluster.
- exadata
Storage DoubleIn Tbs Lowest Scaled Value - 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
- is
Mtls BooleanEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model String - The 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> - The maintenance window for the Autonomous VM cluster.
- max
Acds IntegerLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Per IntegerOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- memory
Size IntegerIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count Integer - The number of database server nodes in the Autonomous VM cluster.
- non
Provisionable IntegerAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url 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.
- odb
Network StringArn - The arn of the ODB network associated with this Autonomous VM cluster.
- odb
Network StringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb
Node IntegerStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent
Progress Double - The progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable
Autonomous IntegerContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous IntegerContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus Double - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus Double - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region String
- reserved
Cpus Double - The number of CPU cores reserved for system operations and redundancy.
- scan
Listener IntegerPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener IntegerPort Tls - 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.
- status
Reason String - Additional information about the current status of the Autonomous VM cluster.
- Map<String,String>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time
Database StringSsl Certificate Expires - The expiration date and time of the database SSL certificate.
- time
Ords StringCertificate Expires - The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
- time
Zone String - The time zone of the Autonomous VM cluster.
- total
Container IntegerDatabases - 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.
- autonomous
Data numberStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous
Data numberStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Autonomous numberData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container numberDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus number - The 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 - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core numberCount - The total number of CPU cores in the Autonomous VM cluster.
- cpu
Core numberCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu
Percentage number - he percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created
At string - The date and time when the Autonomous VM cluster was created.
- data
Storage numberSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage numberSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db
Servers string[] - The list of database servers associated with the Autonomous VM cluster.
- description string
- The user-provided description of the Autonomous VM cluster.
- display
Name string - The display name of the Autonomous VM cluster.
- domain string
- The domain name of the Autonomous VM cluster.
- exadata
Storage numberIn Tbs Lowest Scaled Value - 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
- is
Mtls booleanEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model string - The 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[] - The maintenance window for the Autonomous VM cluster.
- max
Acds numberLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Per numberOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- memory
Size numberIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count number - The number of database server nodes in the Autonomous VM cluster.
- non
Provisionable numberAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource stringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url 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.
- odb
Network stringArn - The arn of the ODB network associated with this Autonomous VM cluster.
- odb
Network stringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb
Node numberStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent
Progress number - The progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable
Autonomous numberContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous numberContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus number - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus number - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region string
- reserved
Cpus number - The number of CPU cores reserved for system operations and redundancy.
- scan
Listener numberPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener numberPort Tls - 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.
- status
Reason string - Additional information about the current status of the Autonomous VM cluster.
- {[key: string]: string}
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time
Database stringSsl Certificate Expires - The expiration date and time of the database SSL certificate.
- time
Ords stringCertificate Expires - The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
- time
Zone string - The time zone of the Autonomous VM cluster.
- total
Container numberDatabases - 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_ floatstorage_ percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous_
data_ floatstorage_ size_ in_ tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
autonomous_ floatdata_ storage_ size_ in_ tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available_
container_ intdatabases - 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_ 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 - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu_
core_ intcount - The total number of CPU cores in the Autonomous VM cluster.
- cpu_
core_ intcount_ per_ node - 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_ floatsize_ in_ gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data_
storage_ floatsize_ in_ tbs - 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_ floatin_ tbs_ lowest_ scaled_ value - 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_ boolenabled_ vm_ cluster - 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[GetCloud Autonomous Vm Cluster Maintenance Window] - The maintenance window for the Autonomous VM cluster.
- max_
acds_ intlowest_ scaled_ value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory_
per_ intoracle_ compute_ unit_ in_ gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- memory_
size_ intin_ gbs - 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_ intautonomous_ container_ databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci_
resource_ stranchor_ name - 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_ strarn - The arn of the ODB network associated with this Autonomous VM cluster.
- odb_
network_ strid - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb_
node_ intstorage_ size_ in_ gbs - 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_ intcontainer_ databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned_
autonomous_ intcontainer_ databases - 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_ intport_ non_ tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan_
listener_ intport_ tls - 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.
- Mapping[str, str]
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time_
database_ strssl_ certificate_ expires - The expiration date and time of the database SSL certificate.
- time_
ords_ strcertificate_ expires - 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_ intdatabases - 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.
- autonomous
Data NumberStorage Percentage - The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
- autonomous
Data NumberStorage Size In Tbs - The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Autonomous NumberData Storage Size In Tbs - The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
- available
Container NumberDatabases - The number of Autonomous CDBs that you can create with the currently available storage.
- available
Cpus Number - The 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 - The compute model of the Autonomous VM cluster: ECPU or OCPU.
- cpu
Core NumberCount - The total number of CPU cores in the Autonomous VM cluster.
- cpu
Core NumberCount Per Node - The number of CPU cores enabled per node in the Autonomous VM cluster.
- cpu
Percentage Number - he percentage of total CPU cores currently in use in the Autonomous VM cluster.
- created
At String - The date and time when the Autonomous VM cluster was created.
- data
Storage NumberSize In Gbs - The total data storage allocated to the Autonomous VM cluster, in GB.
- data
Storage NumberSize In Tbs - The total data storage allocated to the Autonomous VM cluster, in TB.
- db
Servers List<String> - The list of database servers associated with the Autonomous VM cluster.
- description String
- The user-provided description of the Autonomous VM cluster.
- display
Name String - The display name of the Autonomous VM cluster.
- domain String
- The domain name of the Autonomous VM cluster.
- exadata
Storage NumberIn Tbs Lowest Scaled Value - 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
- is
Mtls BooleanEnabled Vm Cluster - Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
- license
Model String - The 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> - The maintenance window for the Autonomous VM cluster.
- max
Acds NumberLowest Scaled Value - The minimum value to which you can scale down the maximum number of Autonomous CDBs.
- memory
Per NumberOracle Compute Unit In Gbs - The amount of memory allocated per Oracle Compute Unit, in GB.
- memory
Size NumberIn Gbs - The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
- node
Count Number - The number of database server nodes in the Autonomous VM cluster.
- non
Provisionable NumberAutonomous Container Databases - The number of Autonomous CDBs that can't be provisioned because of resource constraints.
- oci
Resource StringAnchor Name - The name of the OCI resource anchor associated with this Autonomous VM cluster.
- oci
Url 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.
- odb
Network StringArn - The arn of the ODB network associated with this Autonomous VM cluster.
- odb
Network StringId - The unique identifier of the ODB network associated with this Autonomous VM cluster.
- odb
Node NumberStorage Size In Gbs - The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
- percent
Progress Number - The progress of the current operation on the Autonomous VM cluster, as a percentage.
- provisionable
Autonomous NumberContainer Databases - The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
- provisioned
Autonomous NumberContainer Databases - The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
- provisioned
Cpus Number - The number of CPU cores currently provisioned in the Autonomous VM cluster.
- reclaimable
Cpus Number - The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
- region String
- reserved
Cpus Number - The number of CPU cores reserved for system operations and redundancy.
- scan
Listener NumberPort Non Tls - The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
- scan
Listener NumberPort Tls - 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.
- status
Reason String - Additional information about the current status of the Autonomous VM cluster.
- Map<String>
- A map of tags to assign to the exadata infrastructure. If configured with a provider
default_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level. - time
Database StringSsl Certificate Expires - The expiration date and time of the database SSL certificate.
- time
Ords StringCertificate Expires - The expiration date and time of the Oracle REST Data Services (ORDS)certificate.
- time
Zone String - The time zone of the Autonomous VM cluster.
- total
Container NumberDatabases - The total number of Autonomous Container Databases that can be created with the allocated local storage.
Supporting Types
GetCloudAutonomousVmClusterMaintenanceWindow
- 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 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
awsTerraform Provider.
Viewing docs for AWS v7.22.0
published on Wednesday, Mar 11, 2026 by Pulumi
published on Wednesday, Mar 11, 2026 by Pulumi
