1. Registry
  2. Packages
  3. AWS
  4. API Docs
  5. odb
  6. getCloudExadataInfrastructure
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
aws logo aws logo
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi

    Data source for exadata infrastructure 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.getCloudExadataInfrastructure({
        id: "example",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.odb.get_cloud_exadata_infrastructure(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.LookupCloudExadataInfrastructure(ctx, &odb.LookupCloudExadataInfrastructureArgs{
    			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.GetCloudExadataInfrastructure.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.GetCloudExadataInfrastructureArgs;
    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.getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs.builder()
                .id("example")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:odb:getCloudExadataInfrastructure
          arguments:
            id: example
    
    pulumi {
      required_providers {
        aws = {
          source = "pulumi/aws"
        }
      }
    }
    
    data "aws_odb_getcloudexadatainfrastructure" "example" {
      id = "example"
    }
    

    Using getCloudExadataInfrastructure

    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 getCloudExadataInfrastructure(args: GetCloudExadataInfrastructureArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructureResult>
    function getCloudExadataInfrastructureOutput(args: GetCloudExadataInfrastructureOutputArgs, opts?: InvokeOutputOptions): Output<GetCloudExadataInfrastructureResult>
    def get_cloud_exadata_infrastructure(id: Optional[str] = None,
                                         region: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructureResult
    def get_cloud_exadata_infrastructure_output(id: pulumi.Input[Optional[str]] = None,
                                         region: pulumi.Input[Optional[str]] = None,
                                         opts: Optional[InvokeOutputOptions] = None) -> Output[GetCloudExadataInfrastructureResult]
    func LookupCloudExadataInfrastructure(ctx *Context, args *LookupCloudExadataInfrastructureArgs, opts ...InvokeOption) (*LookupCloudExadataInfrastructureResult, error)
    func LookupCloudExadataInfrastructureOutput(ctx *Context, args *LookupCloudExadataInfrastructureOutputArgs, opts ...InvokeOption) LookupCloudExadataInfrastructureResultOutput

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

    public static class GetCloudExadataInfrastructure 
    {
        public static Task<GetCloudExadataInfrastructureResult> InvokeAsync(GetCloudExadataInfrastructureArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudExadataInfrastructureResult> Invoke(GetCloudExadataInfrastructureInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudExadataInfrastructureResult> Invoke(GetCloudExadataInfrastructureInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
    public static Output<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOptions options)
    public static Output<GetCloudExadataInfrastructureResult> getCloudExadataInfrastructure(GetCloudExadataInfrastructureArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws:odb/getCloudExadataInfrastructure:getCloudExadataInfrastructure
      arguments:
        # arguments dictionary
    data "aws_odb_get_cloud_exadata_infrastructure" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    Id string

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id string

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id String

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id string

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id str

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    region str
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id String

    Unique identifier of the Exadata infrastructure.

    The following arguments are optional:

    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    getCloudExadataInfrastructure Result

    The following output properties are available:

    ActivatedStorageCount int
    Number of storage servers requested for the Exadata infrastructure.
    AdditionalStorageCount int
    Number of storage servers requested for the Exadata infrastructure.
    Arn string
    ARN for the Exadata infrastructure.
    AvailabilityZone string
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    AvailabilityZoneId string
    AZ ID of the AZ where the Exadata infrastructure is located.
    AvailableStorageSizeInGbs int
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    ComputeCount int
    Number of database servers for the Exadata infrastructure.
    ComputeModel string
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    CpuCount int
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    CreatedAt string
    Time when the Exadata infrastructure was created.
    CustomerContactsToSendToOcis List<GetCloudExadataInfrastructureCustomerContactsToSendToOci>
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    DataStorageSizeInTbs double
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    DatabaseServerType string
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    DbNodeStorageSizeInGbs int
    Size of the storage available on each database node, in gigabytes (GB).
    DbServerVersion string
    Version of the Exadata infrastructure.
    DisplayName string
    Display name of the Exadata infrastructure.
    Id string
    Unique identifier of the Exadata infrastructure.
    LastMaintenanceRunId string
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    MaintenanceWindows List<GetCloudExadataInfrastructureMaintenanceWindow>
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    MaxCpuCount int
    Total number of CPU cores available on the Exadata infrastructure.
    MaxDataStorageInTbs double
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    MaxDbNodeStorageSizeInGbs int
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    MaxMemoryInGbs int
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    MemorySizeInGbs int
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    MonthlyDbServerVersion string
    Monthly software version of the database servers installed on the Exadata infrastructure.
    MonthlyStorageServerVersion string
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    NextMaintenanceRunId string
    OCID of the next maintenance run for the Exadata infrastructure.
    OciResourceAnchorName string
    Name of the OCI resource anchor for the Exadata infrastructure.
    OciUrl string
    HTTPS link to the Exadata infrastructure in OCI.
    Ocid string
    OCID of the Exadata infrastructure in OCI.
    PercentProgress double
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    Region string
    Shape string
    Model name of the Exadata infrastructure.
    Status string
    Status of the Exadata infrastructure.
    StatusReason string
    Additional information about the status of the Exadata infrastructure.
    StorageCount int
    Number of storage servers that are activated for the Exadata infrastructure.
    StorageServerType string
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    StorageServerVersion string
    Software version of the storage servers on the Exadata infrastructure.
    Tags Dictionary<string, string>
    Map of tags assigned to the Exadata infrastructure.
    TotalStorageSizeInGbs int
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
    ActivatedStorageCount int
    Number of storage servers requested for the Exadata infrastructure.
    AdditionalStorageCount int
    Number of storage servers requested for the Exadata infrastructure.
    Arn string
    ARN for the Exadata infrastructure.
    AvailabilityZone string
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    AvailabilityZoneId string
    AZ ID of the AZ where the Exadata infrastructure is located.
    AvailableStorageSizeInGbs int
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    ComputeCount int
    Number of database servers for the Exadata infrastructure.
    ComputeModel string
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    CpuCount int
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    CreatedAt string
    Time when the Exadata infrastructure was created.
    CustomerContactsToSendToOcis []GetCloudExadataInfrastructureCustomerContactsToSendToOci
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    DataStorageSizeInTbs float64
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    DatabaseServerType string
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    DbNodeStorageSizeInGbs int
    Size of the storage available on each database node, in gigabytes (GB).
    DbServerVersion string
    Version of the Exadata infrastructure.
    DisplayName string
    Display name of the Exadata infrastructure.
    Id string
    Unique identifier of the Exadata infrastructure.
    LastMaintenanceRunId string
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    MaintenanceWindows []GetCloudExadataInfrastructureMaintenanceWindow
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    MaxCpuCount int
    Total number of CPU cores available on the Exadata infrastructure.
    MaxDataStorageInTbs float64
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    MaxDbNodeStorageSizeInGbs int
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    MaxMemoryInGbs int
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    MemorySizeInGbs int
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    MonthlyDbServerVersion string
    Monthly software version of the database servers installed on the Exadata infrastructure.
    MonthlyStorageServerVersion string
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    NextMaintenanceRunId string
    OCID of the next maintenance run for the Exadata infrastructure.
    OciResourceAnchorName string
    Name of the OCI resource anchor for the Exadata infrastructure.
    OciUrl string
    HTTPS link to the Exadata infrastructure in OCI.
    Ocid string
    OCID of the Exadata infrastructure in OCI.
    PercentProgress float64
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    Region string
    Shape string
    Model name of the Exadata infrastructure.
    Status string
    Status of the Exadata infrastructure.
    StatusReason string
    Additional information about the status of the Exadata infrastructure.
    StorageCount int
    Number of storage servers that are activated for the Exadata infrastructure.
    StorageServerType string
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    StorageServerVersion string
    Software version of the storage servers on the Exadata infrastructure.
    Tags map[string]string
    Map of tags assigned to the Exadata infrastructure.
    TotalStorageSizeInGbs int
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
    activated_storage_count number
    Number of storage servers requested for the Exadata infrastructure.
    additional_storage_count number
    Number of storage servers requested for the Exadata infrastructure.
    arn string
    ARN for the Exadata infrastructure.
    availability_zone string
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availability_zone_id string
    AZ ID of the AZ where the Exadata infrastructure is located.
    available_storage_size_in_gbs number
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    compute_count number
    Number of database servers for the Exadata infrastructure.
    compute_model string
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpu_count number
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    created_at string
    Time when the Exadata infrastructure was created.
    customer_contacts_to_send_to_ocis list(object)
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    data_storage_size_in_tbs number
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    database_server_type string
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    db_node_storage_size_in_gbs number
    Size of the storage available on each database node, in gigabytes (GB).
    db_server_version string
    Version of the Exadata infrastructure.
    display_name string
    Display name of the Exadata infrastructure.
    id string
    Unique identifier of the Exadata infrastructure.
    last_maintenance_run_id string
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    maintenance_windows list(object)
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    max_cpu_count number
    Total number of CPU cores available on the Exadata infrastructure.
    max_data_storage_in_tbs number
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    max_db_node_storage_size_in_gbs number
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    max_memory_in_gbs number
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memory_size_in_gbs number
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    monthly_db_server_version string
    Monthly software version of the database servers installed on the Exadata infrastructure.
    monthly_storage_server_version string
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    next_maintenance_run_id string
    OCID of the next maintenance run for the Exadata infrastructure.
    oci_resource_anchor_name string
    Name of the OCI resource anchor for the Exadata infrastructure.
    oci_url string
    HTTPS link to the Exadata infrastructure in OCI.
    ocid string
    OCID of the Exadata infrastructure in OCI.
    percent_progress number
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    region string
    shape string
    Model name of the Exadata infrastructure.
    status string
    Status of the Exadata infrastructure.
    status_reason string
    Additional information about the status of the Exadata infrastructure.
    storage_count number
    Number of storage servers that are activated for the Exadata infrastructure.
    storage_server_type string
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    storage_server_version string
    Software version of the storage servers on the Exadata infrastructure.
    tags map(string)
    Map of tags assigned to the Exadata infrastructure.
    total_storage_size_in_gbs number
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
    activatedStorageCount Integer
    Number of storage servers requested for the Exadata infrastructure.
    additionalStorageCount Integer
    Number of storage servers requested for the Exadata infrastructure.
    arn String
    ARN for the Exadata infrastructure.
    availabilityZone String
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availabilityZoneId String
    AZ ID of the AZ where the Exadata infrastructure is located.
    availableStorageSizeInGbs Integer
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    computeCount Integer
    Number of database servers for the Exadata infrastructure.
    computeModel String
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpuCount Integer
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    createdAt String
    Time when the Exadata infrastructure was created.
    customerContactsToSendToOcis List<GetCloudExadataInfrastructureCustomerContactsToSendToOci>
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    dataStorageSizeInTbs Double
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    databaseServerType String
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    dbNodeStorageSizeInGbs Integer
    Size of the storage available on each database node, in gigabytes (GB).
    dbServerVersion String
    Version of the Exadata infrastructure.
    displayName String
    Display name of the Exadata infrastructure.
    id String
    Unique identifier of the Exadata infrastructure.
    lastMaintenanceRunId String
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    maintenanceWindows List<GetCloudExadataInfrastructureMaintenanceWindow>
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    maxCpuCount Integer
    Total number of CPU cores available on the Exadata infrastructure.
    maxDataStorageInTbs Double
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    maxDbNodeStorageSizeInGbs Integer
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    maxMemoryInGbs Integer
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memorySizeInGbs Integer
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    monthlyDbServerVersion String
    Monthly software version of the database servers installed on the Exadata infrastructure.
    monthlyStorageServerVersion String
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    nextMaintenanceRunId String
    OCID of the next maintenance run for the Exadata infrastructure.
    ociResourceAnchorName String
    Name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl String
    HTTPS link to the Exadata infrastructure in OCI.
    ocid String
    OCID of the Exadata infrastructure in OCI.
    percentProgress Double
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    region String
    shape String
    Model name of the Exadata infrastructure.
    status String
    Status of the Exadata infrastructure.
    statusReason String
    Additional information about the status of the Exadata infrastructure.
    storageCount Integer
    Number of storage servers that are activated for the Exadata infrastructure.
    storageServerType String
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    storageServerVersion String
    Software version of the storage servers on the Exadata infrastructure.
    tags Map<String,String>
    Map of tags assigned to the Exadata infrastructure.
    totalStorageSizeInGbs Integer
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
    activatedStorageCount number
    Number of storage servers requested for the Exadata infrastructure.
    additionalStorageCount number
    Number of storage servers requested for the Exadata infrastructure.
    arn string
    ARN for the Exadata infrastructure.
    availabilityZone string
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availabilityZoneId string
    AZ ID of the AZ where the Exadata infrastructure is located.
    availableStorageSizeInGbs number
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    computeCount number
    Number of database servers for the Exadata infrastructure.
    computeModel string
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpuCount number
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    createdAt string
    Time when the Exadata infrastructure was created.
    customerContactsToSendToOcis GetCloudExadataInfrastructureCustomerContactsToSendToOci[]
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    dataStorageSizeInTbs number
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    databaseServerType string
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    dbNodeStorageSizeInGbs number
    Size of the storage available on each database node, in gigabytes (GB).
    dbServerVersion string
    Version of the Exadata infrastructure.
    displayName string
    Display name of the Exadata infrastructure.
    id string
    Unique identifier of the Exadata infrastructure.
    lastMaintenanceRunId string
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    maintenanceWindows GetCloudExadataInfrastructureMaintenanceWindow[]
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    maxCpuCount number
    Total number of CPU cores available on the Exadata infrastructure.
    maxDataStorageInTbs number
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    maxDbNodeStorageSizeInGbs number
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    maxMemoryInGbs number
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memorySizeInGbs number
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    monthlyDbServerVersion string
    Monthly software version of the database servers installed on the Exadata infrastructure.
    monthlyStorageServerVersion string
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    nextMaintenanceRunId string
    OCID of the next maintenance run for the Exadata infrastructure.
    ociResourceAnchorName string
    Name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl string
    HTTPS link to the Exadata infrastructure in OCI.
    ocid string
    OCID of the Exadata infrastructure in OCI.
    percentProgress number
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    region string
    shape string
    Model name of the Exadata infrastructure.
    status string
    Status of the Exadata infrastructure.
    statusReason string
    Additional information about the status of the Exadata infrastructure.
    storageCount number
    Number of storage servers that are activated for the Exadata infrastructure.
    storageServerType string
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    storageServerVersion string
    Software version of the storage servers on the Exadata infrastructure.
    tags {[key: string]: string}
    Map of tags assigned to the Exadata infrastructure.
    totalStorageSizeInGbs number
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
    activated_storage_count int
    Number of storage servers requested for the Exadata infrastructure.
    additional_storage_count int
    Number of storage servers requested for the Exadata infrastructure.
    arn str
    ARN for the Exadata infrastructure.
    availability_zone str
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availability_zone_id str
    AZ ID of the AZ where the Exadata infrastructure is located.
    available_storage_size_in_gbs int
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    compute_count int
    Number of database servers for the Exadata infrastructure.
    compute_model str
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpu_count int
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    created_at str
    Time when the Exadata infrastructure was created.
    customer_contacts_to_send_to_ocis Sequence[GetCloudExadataInfrastructureCustomerContactsToSendToOci]
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    data_storage_size_in_tbs float
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    database_server_type str
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    db_node_storage_size_in_gbs int
    Size of the storage available on each database node, in gigabytes (GB).
    db_server_version str
    Version of the Exadata infrastructure.
    display_name str
    Display name of the Exadata infrastructure.
    id str
    Unique identifier of the Exadata infrastructure.
    last_maintenance_run_id str
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    maintenance_windows Sequence[GetCloudExadataInfrastructureMaintenanceWindow]
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    max_cpu_count int
    Total number of CPU cores available on the Exadata infrastructure.
    max_data_storage_in_tbs float
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    max_db_node_storage_size_in_gbs int
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    max_memory_in_gbs int
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memory_size_in_gbs int
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    monthly_db_server_version str
    Monthly software version of the database servers installed on the Exadata infrastructure.
    monthly_storage_server_version str
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    next_maintenance_run_id str
    OCID of the next maintenance run for the Exadata infrastructure.
    oci_resource_anchor_name str
    Name of the OCI resource anchor for the Exadata infrastructure.
    oci_url str
    HTTPS link to the Exadata infrastructure in OCI.
    ocid str
    OCID of the Exadata infrastructure in OCI.
    percent_progress float
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    region str
    shape str
    Model name of the Exadata infrastructure.
    status str
    Status of the Exadata infrastructure.
    status_reason str
    Additional information about the status of the Exadata infrastructure.
    storage_count int
    Number of storage servers that are activated for the Exadata infrastructure.
    storage_server_type str
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    storage_server_version str
    Software version of the storage servers on the Exadata infrastructure.
    tags Mapping[str, str]
    Map of tags assigned to the Exadata infrastructure.
    total_storage_size_in_gbs int
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
    activatedStorageCount Number
    Number of storage servers requested for the Exadata infrastructure.
    additionalStorageCount Number
    Number of storage servers requested for the Exadata infrastructure.
    arn String
    ARN for the Exadata infrastructure.
    availabilityZone String
    Name of the Availability Zone (AZ) where the Exadata infrastructure is located.
    availabilityZoneId String
    AZ ID of the AZ where the Exadata infrastructure is located.
    availableStorageSizeInGbs Number
    Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
    computeCount Number
    Number of database servers for the Exadata infrastructure.
    computeModel String
    OCI compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    cpuCount Number
    Total number of CPU cores that are allocated to the Exadata infrastructure.
    createdAt String
    Time when the Exadata infrastructure was created.
    customerContactsToSendToOcis List<Property Map>
    Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
    dataStorageSizeInTbs Number
    Size of the Exadata infrastructure's data disk group, in terabytes (TB).
    databaseServerType String
    Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    dbNodeStorageSizeInGbs Number
    Size of the storage available on each database node, in gigabytes (GB).
    dbServerVersion String
    Version of the Exadata infrastructure.
    displayName String
    Display name of the Exadata infrastructure.
    id String
    Unique identifier of the Exadata infrastructure.
    lastMaintenanceRunId String
    Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
    maintenanceWindows List<Property Map>
    Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
    maxCpuCount Number
    Total number of CPU cores available on the Exadata infrastructure.
    maxDataStorageInTbs Number
    Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
    maxDbNodeStorageSizeInGbs Number
    Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
    maxMemoryInGbs Number
    Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
    memorySizeInGbs Number
    Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
    monthlyDbServerVersion String
    Monthly software version of the database servers installed on the Exadata infrastructure.
    monthlyStorageServerVersion String
    Monthly software version of the storage servers installed on the Exadata infrastructure.
    nextMaintenanceRunId String
    OCID of the next maintenance run for the Exadata infrastructure.
    ociResourceAnchorName String
    Name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl String
    HTTPS link to the Exadata infrastructure in OCI.
    ocid String
    OCID of the Exadata infrastructure in OCI.
    percentProgress Number
    Amount of progress made on the current operation on the Exadata infrastructure expressed as a percentage.
    region String
    shape String
    Model name of the Exadata infrastructure.
    status String
    Status of the Exadata infrastructure.
    statusReason String
    Additional information about the status of the Exadata infrastructure.
    storageCount Number
    Number of storage servers that are activated for the Exadata infrastructure.
    storageServerType String
    Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
    storageServerVersion String
    Software version of the storage servers on the Exadata infrastructure.
    tags Map<String>
    Map of tags assigned to the Exadata infrastructure.
    totalStorageSizeInGbs Number
    Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.

    Supporting Types

    GetCloudExadataInfrastructureCustomerContactsToSendToOci

    Email string
    Email string
    email string
    email String
    email string
    email str
    email String

    GetCloudExadataInfrastructureMaintenanceWindow

    GetCloudExadataInfrastructureMaintenanceWindowDaysOfWeek

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

    GetCloudExadataInfrastructureMaintenanceWindowMonth

    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 aws Terraform Provider.
    aws logo aws logo
    Viewing docs for AWS v7.46.0
    published on Thursday, Sep 10, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial