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

aws.odb.getCloudAutonomousVmClusters

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

    Data source for managing cloud autonomous vm clusters 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.getCloudAutonomousVmClusters({});
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.odb.get_cloud_autonomous_vm_clusters()
    
    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.GetCloudAutonomousVmClusters(ctx, &odb.GetCloudAutonomousVmClustersArgs{}, 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.GetCloudAutonomousVmClusters.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.GetCloudAutonomousVmClustersArgs;
    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.getCloudAutonomousVmClusters(GetCloudAutonomousVmClustersArgs.builder()
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:odb:getCloudAutonomousVmClusters
          arguments: {}
    

    Using getCloudAutonomousVmClusters

    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 getCloudAutonomousVmClusters(args: GetCloudAutonomousVmClustersArgs, opts?: InvokeOptions): Promise<GetCloudAutonomousVmClustersResult>
    function getCloudAutonomousVmClustersOutput(args: GetCloudAutonomousVmClustersOutputArgs, opts?: InvokeOptions): Output<GetCloudAutonomousVmClustersResult>
    def get_cloud_autonomous_vm_clusters(region: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetCloudAutonomousVmClustersResult
    def get_cloud_autonomous_vm_clusters_output(region: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetCloudAutonomousVmClustersResult]
    func GetCloudAutonomousVmClusters(ctx *Context, args *GetCloudAutonomousVmClustersArgs, opts ...InvokeOption) (*GetCloudAutonomousVmClustersResult, error)
    func GetCloudAutonomousVmClustersOutput(ctx *Context, args *GetCloudAutonomousVmClustersOutputArgs, opts ...InvokeOption) GetCloudAutonomousVmClustersResultOutput

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

    public static class GetCloudAutonomousVmClusters 
    {
        public static Task<GetCloudAutonomousVmClustersResult> InvokeAsync(GetCloudAutonomousVmClustersArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudAutonomousVmClustersResult> Invoke(GetCloudAutonomousVmClustersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudAutonomousVmClustersResult> getCloudAutonomousVmClusters(GetCloudAutonomousVmClustersArgs args, InvokeOptions options)
    public static Output<GetCloudAutonomousVmClustersResult> getCloudAutonomousVmClusters(GetCloudAutonomousVmClustersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:odb/getCloudAutonomousVmClusters:getCloudAutonomousVmClusters
      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.

    getCloudAutonomousVmClusters Result

    The following output properties are available:

    CloudAutonomousVmClusters List<GetCloudAutonomousVmClustersCloudAutonomousVmCluster>
    List of Cloud Autonomous VM Clusters. The list going to contain basic information about the cloud autonomous VM clusters.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    CloudAutonomousVmClusters []GetCloudAutonomousVmClustersCloudAutonomousVmCluster
    List of Cloud Autonomous VM Clusters. The list going to contain basic information about the cloud autonomous VM clusters.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    cloudAutonomousVmClusters List<GetCloudAutonomousVmClustersCloudAutonomousVmCluster>
    List of Cloud Autonomous VM Clusters. The list going to contain basic information about the cloud autonomous VM clusters.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    cloudAutonomousVmClusters GetCloudAutonomousVmClustersCloudAutonomousVmCluster[]
    List of Cloud Autonomous VM Clusters. The list going to contain basic information about the cloud autonomous VM clusters.
    id string
    The provider-assigned unique ID for this managed resource.
    region string
    cloud_autonomous_vm_clusters Sequence[GetCloudAutonomousVmClustersCloudAutonomousVmCluster]
    List of Cloud Autonomous VM Clusters. The list going to contain basic information about the cloud autonomous VM clusters.
    id str
    The provider-assigned unique ID for this managed resource.
    region str
    cloudAutonomousVmClusters List<Property Map>
    List of Cloud Autonomous VM Clusters. The list going to contain basic information about the cloud autonomous VM clusters.
    id String
    The provider-assigned unique ID for this managed resource.
    region String

    Supporting Types

    GetCloudAutonomousVmClustersCloudAutonomousVmCluster

    Arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    CloudExadataInfrastructureId string
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    DisplayName string
    The display name of the Autonomous VM cluster.
    Id string
    The unique identifier of the cloud autonomous vm cluster.
    OciResourceAnchorName string
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    OciUrl 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.
    OdbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    Arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    CloudExadataInfrastructureId string
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    DisplayName string
    The display name of the Autonomous VM cluster.
    Id string
    The unique identifier of the cloud autonomous vm cluster.
    OciResourceAnchorName string
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    OciUrl 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.
    OdbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    arn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloudExadataInfrastructureId String
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    displayName String
    The display name of the Autonomous VM cluster.
    id String
    The unique identifier of the cloud autonomous vm cluster.
    ociResourceAnchorName String
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    ociUrl 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.
    odbNetworkId String
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    arn string
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloudExadataInfrastructureId string
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    displayName string
    The display name of the Autonomous VM cluster.
    id string
    The unique identifier of the cloud autonomous vm cluster.
    ociResourceAnchorName string
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    ociUrl 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.
    odbNetworkId string
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    arn str
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloud_exadata_infrastructure_id str
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    display_name str
    The display name of the Autonomous VM cluster.
    id str
    The unique identifier of the cloud autonomous vm cluster.
    oci_resource_anchor_name str
    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_id str
    The unique identifier of the ODB network associated with this Autonomous VM cluster.
    arn String
    The Amazon Resource Name (ARN) for the Exadata infrastructure.
    cloudExadataInfrastructureId String
    Cloud exadata infrastructure id associated with this cloud autonomous VM cluster.
    displayName String
    The display name of the Autonomous VM cluster.
    id String
    The unique identifier of the cloud autonomous vm cluster.
    ociResourceAnchorName String
    The name of the OCI resource anchor associated with this Autonomous VM cluster.
    ociUrl 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.
    odbNetworkId String
    The unique identifier of the ODB network associated with this Autonomous VM cluster.

    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