1. Packages
  2. AWS
  3. API Docs
  4. odb
  5. getCloudExadataInfrastructures
AWS v7.11.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws.odb.getCloudExadataInfrastructures

Start a Neo task
Explain and create an aws.odb.getCloudExadataInfrastructures resource
aws logo
AWS v7.11.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Data source for exadata infrastructures 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.getCloudExadataInfrastructures({});
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.odb.get_cloud_exadata_infrastructures()
    
    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.GetCloudExadataInfrastructures(ctx, &odb.GetCloudExadataInfrastructuresArgs{}, 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.GetCloudExadataInfrastructures.Invoke();
    
    });
    
    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.GetCloudExadataInfrastructuresArgs;
    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.getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs.builder()
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:odb:getCloudExadataInfrastructures
          arguments: {}
    

    Using getCloudExadataInfrastructures

    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 getCloudExadataInfrastructures(args: GetCloudExadataInfrastructuresArgs, opts?: InvokeOptions): Promise<GetCloudExadataInfrastructuresResult>
    function getCloudExadataInfrastructuresOutput(args: GetCloudExadataInfrastructuresOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataInfrastructuresResult>
    def get_cloud_exadata_infrastructures(region: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetCloudExadataInfrastructuresResult
    def get_cloud_exadata_infrastructures_output(region: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataInfrastructuresResult]
    func GetCloudExadataInfrastructures(ctx *Context, args *GetCloudExadataInfrastructuresArgs, opts ...InvokeOption) (*GetCloudExadataInfrastructuresResult, error)
    func GetCloudExadataInfrastructuresOutput(ctx *Context, args *GetCloudExadataInfrastructuresOutputArgs, opts ...InvokeOption) GetCloudExadataInfrastructuresResultOutput

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

    public static class GetCloudExadataInfrastructures 
    {
        public static Task<GetCloudExadataInfrastructuresResult> InvokeAsync(GetCloudExadataInfrastructuresArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudExadataInfrastructuresResult> Invoke(GetCloudExadataInfrastructuresInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
    public static Output<GetCloudExadataInfrastructuresResult> getCloudExadataInfrastructures(GetCloudExadataInfrastructuresArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:odb/getCloudExadataInfrastructures:getCloudExadataInfrastructures
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getCloudExadataInfrastructures Result

    The following output properties are available:

    CloudExadataInfrastructures List<GetCloudExadataInfrastructuresCloudExadataInfrastructure>
    List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    CloudExadataInfrastructures []GetCloudExadataInfrastructuresCloudExadataInfrastructure
    List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    cloudExadataInfrastructures List<GetCloudExadataInfrastructuresCloudExadataInfrastructure>
    List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    cloudExadataInfrastructures GetCloudExadataInfrastructuresCloudExadataInfrastructure[]
    List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
    id string
    The provider-assigned unique ID for this managed resource.
    region string
    cloud_exadata_infrastructures Sequence[GetCloudExadataInfrastructuresCloudExadataInfrastructure]
    List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
    id str
    The provider-assigned unique ID for this managed resource.
    region str
    cloudExadataInfrastructures List<Property Map>
    List of Cloud Exadata Infrastructures. Returns basic information about the Cloud Exadata Infrastructures.
    id String
    The provider-assigned unique ID for this managed resource.
    region String

    Supporting Types

    GetCloudExadataInfrastructuresCloudExadataInfrastructure

    Arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    DisplayName string
    The display name of the Exadata infrastructure.
    Id string
    The unique identifier of the Exadata infrastructure.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the Exadata infrastructure.
    OciUrl string
    The HTTPS link to the Exadata infrastructure in OCI.
    Ocid string
    The OCID of the Exadata infrastructure in OCI.
    Arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    DisplayName string
    The display name of the Exadata infrastructure.
    Id string
    The unique identifier of the Exadata infrastructure.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the Exadata infrastructure.
    OciUrl string
    The HTTPS link to the Exadata infrastructure in OCI.
    Ocid string
    The OCID of the Exadata infrastructure in OCI.
    arn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    displayName String
    The display name of the Exadata infrastructure.
    id String
    The unique identifier of the Exadata infrastructure.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl String
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid String
    The OCID of the Exadata infrastructure in OCI.
    arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    displayName string
    The display name of the Exadata infrastructure.
    id string
    The unique identifier of the Exadata infrastructure.
    ociResourceAnchorName string
    The name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl string
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid string
    The OCID of the Exadata infrastructure in OCI.
    arn str
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    display_name str
    The display name of the Exadata infrastructure.
    id str
    The unique identifier of the Exadata infrastructure.
    oci_resource_anchor_name str
    The name of the OCI resource anchor for the Exadata infrastructure.
    oci_url str
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid str
    The OCID of the Exadata infrastructure in OCI.
    arn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    displayName String
    The display name of the Exadata infrastructure.
    id String
    The unique identifier of the Exadata infrastructure.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the Exadata infrastructure.
    ociUrl String
    The HTTPS link to the Exadata infrastructure in OCI.
    ocid String
    The OCID of the Exadata infrastructure in OCI.

    Package Details

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