1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. odb
  5. getCloudVmCluster

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

aws-native.odb.getCloudVmCluster

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

    The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster

    Using getCloudVmCluster

    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 getCloudVmCluster(args: GetCloudVmClusterArgs, opts?: InvokeOptions): Promise<GetCloudVmClusterResult>
    function getCloudVmClusterOutput(args: GetCloudVmClusterOutputArgs, opts?: InvokeOptions): Output<GetCloudVmClusterResult>
    def get_cloud_vm_cluster(cloud_vm_cluster_arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetCloudVmClusterResult
    def get_cloud_vm_cluster_output(cloud_vm_cluster_arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetCloudVmClusterResult]
    func LookupCloudVmCluster(ctx *Context, args *LookupCloudVmClusterArgs, opts ...InvokeOption) (*LookupCloudVmClusterResult, error)
    func LookupCloudVmClusterOutput(ctx *Context, args *LookupCloudVmClusterOutputArgs, opts ...InvokeOption) LookupCloudVmClusterResultOutput

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

    public static class GetCloudVmCluster 
    {
        public static Task<GetCloudVmClusterResult> InvokeAsync(GetCloudVmClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudVmClusterResult> Invoke(GetCloudVmClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudVmClusterResult> getCloudVmCluster(GetCloudVmClusterArgs args, InvokeOptions options)
    public static Output<GetCloudVmClusterResult> getCloudVmCluster(GetCloudVmClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:odb:getCloudVmCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    CloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterArn String
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    cloud_vm_cluster_arn str
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterArn String
    The Amazon Resource Name (ARN) of the VM cluster.

    getCloudVmCluster Result

    The following output properties are available:

    CloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    CloudVmClusterId string
    The unique identifier of the VM cluster.
    ComputeModel string
    The OCI model 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.
    DbNodes List<Pulumi.AwsNative.Odb.Outputs.CloudVmClusterDbNode>
    The DB nodes that are implicitly created and managed as part of this VM Cluster.
    DiskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    Domain string
    The domain of the VM cluster.
    ListenerPort int
    The port number configured for the listener on the VM cluster.
    NodeCount int
    The number of nodes in the VM cluster.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the VM cluster.
    OciUrl string
    The HTTPS link to the VM cluster in OCI.
    Ocid string
    The OCID of the VM cluster.
    ScanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    ScanIpIds List<string>
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    Shape string
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    StorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to assign to the Vm Cluster.
    VipIds List<string>
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    CloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    CloudVmClusterId string
    The unique identifier of the VM cluster.
    ComputeModel string
    The OCI model 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.
    DbNodes []CloudVmClusterDbNode
    The DB nodes that are implicitly created and managed as part of this VM Cluster.
    DiskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    Domain string
    The domain of the VM cluster.
    ListenerPort int
    The port number configured for the listener on the VM cluster.
    NodeCount int
    The number of nodes in the VM cluster.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the VM cluster.
    OciUrl string
    The HTTPS link to the VM cluster in OCI.
    Ocid string
    The OCID of the VM cluster.
    ScanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    ScanIpIds []string
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    Shape string
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    StorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    Tags Tag
    Tags to assign to the Vm Cluster.
    VipIds []string
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloudVmClusterArn String
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterId String
    The unique identifier of the VM cluster.
    computeModel String
    The OCI model 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.
    dbNodes List<CloudVmClusterDbNode>
    The DB nodes that are implicitly created and managed as part of this VM Cluster.
    diskRedundancy String
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain String
    The domain of the VM cluster.
    listenerPort Integer
    The port number configured for the listener on the VM cluster.
    nodeCount Integer
    The number of nodes in the VM cluster.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the VM cluster.
    ociUrl String
    The HTTPS link to the VM cluster in OCI.
    ocid String
    The OCID of the VM cluster.
    scanDnsName String
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanIpIds List<String>
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape String
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storageSizeInGbs Integer
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    tags List<Tag>
    Tags to assign to the Vm Cluster.
    vipIds List<String>
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterId string
    The unique identifier of the VM cluster.
    computeModel string
    The OCI model 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.
    dbNodes CloudVmClusterDbNode[]
    The DB nodes that are implicitly created and managed as part of this VM Cluster.
    diskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain string
    The domain of the VM cluster.
    listenerPort number
    The port number configured for the listener on the VM cluster.
    nodeCount number
    The number of nodes in the VM cluster.
    ociResourceAnchorName string
    The name of the OCI resource anchor for the VM cluster.
    ociUrl string
    The HTTPS link to the VM cluster in OCI.
    ocid string
    The OCID of the VM cluster.
    scanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanIpIds string[]
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape string
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storageSizeInGbs number
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    tags Tag[]
    Tags to assign to the Vm Cluster.
    vipIds string[]
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloud_vm_cluster_arn str
    The Amazon Resource Name (ARN) of the VM cluster.
    cloud_vm_cluster_id str
    The unique identifier of the VM cluster.
    compute_model str
    The OCI model 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.
    db_nodes Sequence[CloudVmClusterDbNode]
    The DB nodes that are implicitly created and managed as part of this VM Cluster.
    disk_redundancy str
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain str
    The domain of the VM cluster.
    listener_port int
    The port number configured for the listener on the VM cluster.
    node_count int
    The number of nodes in the VM cluster.
    oci_resource_anchor_name str
    The name of the OCI resource anchor for the VM cluster.
    oci_url str
    The HTTPS link to the VM cluster in OCI.
    ocid str
    The OCID of the VM cluster.
    scan_dns_name str
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scan_ip_ids Sequence[str]
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape str
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storage_size_in_gbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    tags Sequence[root_Tag]
    Tags to assign to the Vm Cluster.
    vip_ids Sequence[str]
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloudVmClusterArn String
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterId String
    The unique identifier of the VM cluster.
    computeModel String
    The OCI model 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.
    dbNodes List<Property Map>
    The DB nodes that are implicitly created and managed as part of this VM Cluster.
    diskRedundancy String
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain String
    The domain of the VM cluster.
    listenerPort Number
    The port number configured for the listener on the VM cluster.
    nodeCount Number
    The number of nodes in the VM cluster.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the VM cluster.
    ociUrl String
    The HTTPS link to the VM cluster in OCI.
    ocid String
    The OCID of the VM cluster.
    scanDnsName String
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanIpIds List<String>
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape String
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storageSizeInGbs Number
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    tags List<Property Map>
    Tags to assign to the Vm Cluster.
    vipIds List<String>
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.

    Supporting Types

    CloudVmClusterDbNode

    DbServerId string
    The unique identifier of the database server that's associated with the DB node.
    BackupIpId string
    The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
    BackupVnic2Id string
    The OCID of the second backup virtual network interface card (VNIC) for the DB node.
    CpuCoreCount int
    The number of CPU cores enabled on the DB node.
    DbNodeArn string
    The Amazon Resource Name (ARN) of the DB node.
    DbNodeId string
    The unique identifier of the DB node.
    DbNodeStorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
    DbSystemId string
    The OCID of the DB system.
    HostIpId string
    The OCID of the host IP address that's associated with the DB node.
    Hostname string
    The host name for the DB node.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that allocated on the DB node.
    Ocid string
    The OCID of the DB node.
    Status string
    The current status of the DB node.
    Tags List<Pulumi.AwsNative.Odb.Inputs.CloudVmClusterTag>
    Vnic2Id string
    The OCID of the second VNIC.
    VnicId string
    The OCID of the VNIC.
    DbServerId string
    The unique identifier of the database server that's associated with the DB node.
    BackupIpId string
    The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
    BackupVnic2Id string
    The OCID of the second backup virtual network interface card (VNIC) for the DB node.
    CpuCoreCount int
    The number of CPU cores enabled on the DB node.
    DbNodeArn string
    The Amazon Resource Name (ARN) of the DB node.
    DbNodeId string
    The unique identifier of the DB node.
    DbNodeStorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
    DbSystemId string
    The OCID of the DB system.
    HostIpId string
    The OCID of the host IP address that's associated with the DB node.
    Hostname string
    The host name for the DB node.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that allocated on the DB node.
    Ocid string
    The OCID of the DB node.
    Status string
    The current status of the DB node.
    Tags []CloudVmClusterTag
    Vnic2Id string
    The OCID of the second VNIC.
    VnicId string
    The OCID of the VNIC.
    dbServerId String
    The unique identifier of the database server that's associated with the DB node.
    backupIpId String
    The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
    backupVnic2Id String
    The OCID of the second backup virtual network interface card (VNIC) for the DB node.
    cpuCoreCount Integer
    The number of CPU cores enabled on the DB node.
    dbNodeArn String
    The Amazon Resource Name (ARN) of the DB node.
    dbNodeId String
    The unique identifier of the DB node.
    dbNodeStorageSizeInGbs Integer
    The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
    dbSystemId String
    The OCID of the DB system.
    hostIpId String
    The OCID of the host IP address that's associated with the DB node.
    hostname String
    The host name for the DB node.
    memorySizeInGbs Integer
    The amount of memory, in gigabytes (GB), that allocated on the DB node.
    ocid String
    The OCID of the DB node.
    status String
    The current status of the DB node.
    tags List<CloudVmClusterTag>
    vnic2Id String
    The OCID of the second VNIC.
    vnicId String
    The OCID of the VNIC.
    dbServerId string
    The unique identifier of the database server that's associated with the DB node.
    backupIpId string
    The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
    backupVnic2Id string
    The OCID of the second backup virtual network interface card (VNIC) for the DB node.
    cpuCoreCount number
    The number of CPU cores enabled on the DB node.
    dbNodeArn string
    The Amazon Resource Name (ARN) of the DB node.
    dbNodeId string
    The unique identifier of the DB node.
    dbNodeStorageSizeInGbs number
    The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
    dbSystemId string
    The OCID of the DB system.
    hostIpId string
    The OCID of the host IP address that's associated with the DB node.
    hostname string
    The host name for the DB node.
    memorySizeInGbs number
    The amount of memory, in gigabytes (GB), that allocated on the DB node.
    ocid string
    The OCID of the DB node.
    status string
    The current status of the DB node.
    tags CloudVmClusterTag[]
    vnic2Id string
    The OCID of the second VNIC.
    vnicId string
    The OCID of the VNIC.
    db_server_id str
    The unique identifier of the database server that's associated with the DB node.
    backup_ip_id str
    The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
    backup_vnic2_id str
    The OCID of the second backup virtual network interface card (VNIC) for the DB node.
    cpu_core_count int
    The number of CPU cores enabled on the DB node.
    db_node_arn str
    The Amazon Resource Name (ARN) of the DB node.
    db_node_id str
    The unique identifier of the DB node.
    db_node_storage_size_in_gbs int
    The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
    db_system_id str
    The OCID of the DB system.
    host_ip_id str
    The OCID of the host IP address that's associated with the DB node.
    hostname str
    The host name for the DB node.
    memory_size_in_gbs int
    The amount of memory, in gigabytes (GB), that allocated on the DB node.
    ocid str
    The OCID of the DB node.
    status str
    The current status of the DB node.
    tags Sequence[CloudVmClusterTag]
    vnic2_id str
    The OCID of the second VNIC.
    vnic_id str
    The OCID of the VNIC.
    dbServerId String
    The unique identifier of the database server that's associated with the DB node.
    backupIpId String
    The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
    backupVnic2Id String
    The OCID of the second backup virtual network interface card (VNIC) for the DB node.
    cpuCoreCount Number
    The number of CPU cores enabled on the DB node.
    dbNodeArn String
    The Amazon Resource Name (ARN) of the DB node.
    dbNodeId String
    The unique identifier of the DB node.
    dbNodeStorageSizeInGbs Number
    The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
    dbSystemId String
    The OCID of the DB system.
    hostIpId String
    The OCID of the host IP address that's associated with the DB node.
    hostname String
    The host name for the DB node.
    memorySizeInGbs Number
    The amount of memory, in gigabytes (GB), that allocated on the DB node.
    ocid String
    The OCID of the DB node.
    status String
    The current status of the DB node.
    tags List<Property Map>
    vnic2Id String
    The OCID of the second VNIC.
    vnicId String
    The OCID of the VNIC.

    CloudVmClusterTag

    Key string
    The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
    Value string
    The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Key string
    The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
    Value string
    The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
    value String
    The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key string
    The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
    value string
    The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key str
    The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
    value str
    The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
    value String
    The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
      AI Agentic Workflows: Register now