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 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 dictionarydata "aws_odb_get_cloud_exadata_infrastructure" "name" {
# arguments
}The following arguments are supported:
getCloudExadataInfrastructure Result
The following output properties are available:
- Activated
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - 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 stringId - AZ ID of the AZ where the Exadata infrastructure is located.
- Available
Storage intSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Count int - 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 int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - Time when the Exadata infrastructure was created.
- Customer
Contacts List<GetTo Send To Ocis Cloud Exadata Infrastructure Customer Contacts To Send To Oci> - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- Data
Storage doubleSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- Db
Node intStorage Size In Gbs - Size of the storage available on each database node, in gigabytes (GB).
- Db
Server stringVersion - Version of the Exadata infrastructure.
- Display
Name string - Display name of the Exadata infrastructure.
- Id string
- Unique identifier of the Exadata infrastructure.
- Last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Maintenance
Windows List<GetCloud Exadata Infrastructure Maintenance Window> - Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
- Max
Cpu intCount - Total number of CPU cores available on the Exadata infrastructure.
- Max
Data doubleStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- Memory
Size intIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Monthly
Db stringServer Version - Monthly software version of the database servers installed on the Exadata infrastructure.
- Monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - 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 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.
- Status
Reason string - 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 stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- Storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- Dictionary<string, string>
- Map of tags assigned to the Exadata infrastructure.
- Total
Storage intSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- Activated
Storage intCount - Number of storage servers requested for the Exadata infrastructure.
- Additional
Storage intCount - 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 stringId - AZ ID of the AZ where the Exadata infrastructure is located.
- Available
Storage intSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- Compute
Count int - 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 int - Total number of CPU cores that are allocated to the Exadata infrastructure.
- Created
At string - Time when the Exadata infrastructure was created.
- Customer
Contacts []GetTo Send To Ocis Cloud Exadata Infrastructure Customer Contacts To Send To Oci - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- Data
Storage float64Size In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- Database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- Db
Node intStorage Size In Gbs - Size of the storage available on each database node, in gigabytes (GB).
- Db
Server stringVersion - Version of the Exadata infrastructure.
- Display
Name string - Display name of the Exadata infrastructure.
- Id string
- Unique identifier of the Exadata infrastructure.
- Last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- Maintenance
Windows []GetCloud Exadata Infrastructure Maintenance Window - Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
- Max
Cpu intCount - Total number of CPU cores available on the Exadata infrastructure.
- Max
Data float64Storage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- Max
Db intNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- Max
Memory intIn Gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- Memory
Size intIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- Monthly
Db stringServer Version - Monthly software version of the database servers installed on the Exadata infrastructure.
- Monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- Next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- Oci
Resource stringAnchor Name - 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 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.
- Status
Reason string - 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 stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- Storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- map[string]string
- Map of tags assigned to the Exadata infrastructure.
- Total
Storage intSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ numbercount - Number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ numbercount - 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_ stringid - AZ ID of the AZ where the Exadata infrastructure is located.
- available_
storage_ numbersize_ in_ gbs - 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_ list(object)to_ send_ to_ ocis - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- data_
storage_ numbersize_ in_ tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database_
server_ stringtype - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- db_
node_ numberstorage_ size_ in_ gbs - Size of the storage available on each database node, in gigabytes (GB).
- db_
server_ stringversion - Version of the Exadata infrastructure.
- display_
name string - Display name of the Exadata infrastructure.
- id string
- Unique identifier of the Exadata infrastructure.
- last_
maintenance_ stringrun_ id - 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_ numbercount - Total number of CPU cores available on the Exadata infrastructure.
- max_
data_ numberstorage_ in_ tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ numbernode_ storage_ size_ in_ gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ numberin_ gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- memory_
size_ numberin_ gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly_
db_ stringserver_ version - Monthly software version of the database servers installed on the Exadata infrastructure.
- monthly_
storage_ stringserver_ version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ stringrun_ id - OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stringanchor_ name - 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_ stringtype - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- storage_
server_ stringversion - Software version of the storage servers on the Exadata infrastructure.
- map(string)
- Map of tags assigned to the Exadata infrastructure.
- total_
storage_ numbersize_ in_ gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage IntegerCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage IntegerCount - 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 StringId - AZ ID of the AZ where the Exadata infrastructure is located.
- available
Storage IntegerSize In Gbs - Amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
- compute
Count Integer - 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 Integer - Total number of CPU cores that are allocated to the Exadata infrastructure.
- created
At String - Time when the Exadata infrastructure was created.
- customer
Contacts List<GetTo Send To Ocis Cloud Exadata Infrastructure Customer Contacts To Send To Oci> - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- data
Storage DoubleSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server StringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- db
Node IntegerStorage Size In Gbs - Size of the storage available on each database node, in gigabytes (GB).
- db
Server StringVersion - Version of the Exadata infrastructure.
- display
Name String - Display name of the Exadata infrastructure.
- id String
- Unique identifier of the Exadata infrastructure.
- last
Maintenance StringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance
Windows List<GetCloud Exadata Infrastructure Maintenance Window> - Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu IntegerCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data DoubleStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db IntegerNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory IntegerIn Gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- memory
Size IntegerIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db StringServer Version - Monthly software version of the database servers installed on the Exadata infrastructure.
- monthly
Storage StringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - 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 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.
- status
Reason String - Additional information about the status of the Exadata infrastructure.
- storage
Count Integer - Number of storage servers that are activated for the Exadata infrastructure.
- storage
Server StringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- storage
Server StringVersion - Software version of the storage servers on the Exadata infrastructure.
- Map<String,String>
- Map of tags assigned to the Exadata infrastructure.
- total
Storage IntegerSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage numberCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage numberCount - 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 stringId - AZ ID of the AZ where the Exadata infrastructure is located.
- available
Storage numberSize In Gbs - 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 GetTo Send To Ocis Cloud Exadata Infrastructure Customer Contacts To Send To Oci[] - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- data
Storage numberSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server stringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- db
Node numberStorage Size In Gbs - Size of the storage available on each database node, in gigabytes (GB).
- db
Server stringVersion - Version of the Exadata infrastructure.
- display
Name string - Display name of the Exadata infrastructure.
- id string
- Unique identifier of the Exadata infrastructure.
- last
Maintenance stringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance
Windows GetCloud Exadata Infrastructure Maintenance Window[] - Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu numberCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data numberStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db numberNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory numberIn Gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- memory
Size numberIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db stringServer Version - Monthly software version of the database servers installed on the Exadata infrastructure.
- monthly
Storage stringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance stringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource stringAnchor Name - 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 stringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- storage
Server stringVersion - Software version of the storage servers on the Exadata infrastructure.
- {[key: string]: string}
- Map of tags assigned to the Exadata infrastructure.
- total
Storage numberSize In Gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated_
storage_ intcount - Number of storage servers requested for the Exadata infrastructure.
- additional_
storage_ intcount - 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_ strid - AZ ID of the AZ where the Exadata infrastructure is located.
- available_
storage_ intsize_ in_ gbs - 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_ Sequence[Getto_ send_ to_ ocis Cloud Exadata Infrastructure Customer Contacts To Send To Oci] - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- data_
storage_ floatsize_ in_ tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database_
server_ strtype - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- db_
node_ intstorage_ size_ in_ gbs - Size of the storage available on each database node, in gigabytes (GB).
- db_
server_ strversion - Version of the Exadata infrastructure.
- display_
name str - Display name of the Exadata infrastructure.
- id str
- Unique identifier of the Exadata infrastructure.
- last_
maintenance_ strrun_ id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance_
windows Sequence[GetCloud Exadata Infrastructure Maintenance Window] - Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
- max_
cpu_ intcount - Total number of CPU cores available on the Exadata infrastructure.
- max_
data_ floatstorage_ in_ tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max_
db_ intnode_ storage_ size_ in_ gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max_
memory_ intin_ gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- memory_
size_ intin_ gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly_
db_ strserver_ version - Monthly software version of the database servers installed on the Exadata infrastructure.
- monthly_
storage_ strserver_ version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next_
maintenance_ strrun_ id - OCID of the next maintenance run for the Exadata infrastructure.
- oci_
resource_ stranchor_ name - 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_ strtype - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- storage_
server_ strversion - Software version of the storage servers on the Exadata infrastructure.
- Mapping[str, str]
- Map of tags assigned to the Exadata infrastructure.
- total_
storage_ intsize_ in_ gbs - Total amount of storage, in gigabytes (GB), on the Exadata infrastructure.
- activated
Storage NumberCount - Number of storage servers requested for the Exadata infrastructure.
- additional
Storage NumberCount - 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 StringId - AZ ID of the AZ where the Exadata infrastructure is located.
- available
Storage NumberSize In Gbs - 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 List<Property Map>To Send To Ocis - Email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
- data
Storage NumberSize In Tbs - Size of the Exadata infrastructure's data disk group, in terabytes (TB).
- database
Server StringType - Database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- db
Node NumberStorage Size In Gbs - Size of the storage available on each database node, in gigabytes (GB).
- db
Server StringVersion - Version of the Exadata infrastructure.
- display
Name String - Display name of the Exadata infrastructure.
- id String
- Unique identifier of the Exadata infrastructure.
- last
Maintenance StringRun Id - Oracle Cloud Identifier (OCID) of the last maintenance run for the Exadata infrastructure.
- maintenance
Windows List<Property Map> - Scheduling details of the maintenance window. Patching and system updates take place during the maintenance window.
- max
Cpu NumberCount - Total number of CPU cores available on the Exadata infrastructure.
- max
Data NumberStorage In Tbs - Total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
- max
Db NumberNode Storage Size In Gbs - Total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
- max
Memory NumberIn Gbs - Total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
- memory
Size NumberIn Gbs - Amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
- monthly
Db StringServer Version - Monthly software version of the database servers installed on the Exadata infrastructure.
- monthly
Storage StringServer Version - Monthly software version of the storage servers installed on the Exadata infrastructure.
- next
Maintenance StringRun Id - OCID of the next maintenance run for the Exadata infrastructure.
- oci
Resource StringAnchor Name - 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 StringType - Storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
- storage
Server StringVersion - Software version of the storage servers on the Exadata infrastructure.
- Map<String>
- Map of tags assigned to the Exadata infrastructure.
- total
Storage NumberSize In Gbs - 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
- custom_
action_ numbertimeout_ in_ mins - days_
of_ list(object)weeks - hours_
of_ list(number)days - is_
custom_ boolaction_ timeout_ enabled - lead_
time_ numberin_ weeks - months list(object)
- patching_
mode string - preference string
- weeks_
of_ list(number)months
- custom
Action IntegerTimeout In Mins - days
Of List<GetWeeks Cloud Exadata Infrastructure Maintenance Window Days Of Week> - hours
Of List<Integer>Days - is
Custom BooleanAction Timeout Enabled - lead
Time IntegerIn Weeks - months
List<Get
Cloud Exadata Infrastructure Maintenance Window Month> - patching
Mode String - preference String
- weeks
Of List<Integer>Months
- custom_
action_ inttimeout_ in_ mins - days_
of_ Sequence[Getweeks Cloud Exadata Infrastructure Maintenance Window Days Of Week] - hours_
of_ Sequence[int]days - is_
custom_ boolaction_ timeout_ enabled - lead_
time_ intin_ weeks - months
Sequence[Get
Cloud Exadata Infrastructure Maintenance Window Month] - patching_
mode str - preference str
- weeks_
of_ Sequence[int]months
- custom
Action NumberTimeout In Mins - days
Of List<Property Map>Weeks - hours
Of List<Number>Days - is
Custom BooleanAction Timeout Enabled - lead
Time NumberIn Weeks - months List<Property Map>
- patching
Mode String - preference String
- weeks
Of List<Number>Months
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
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