1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53recoverycontrol
  5. getCluster

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.route53recoverycontrol.getCluster

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

AWS Route53 Recovery Control Cluster resource schema

Using getCluster

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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
Copy
def get_cluster(cluster_arn: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_arn: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
Copy
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
Copy

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

public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:route53recoverycontrol:getCluster
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterArn This property is required. string
The Amazon Resource Name (ARN) of the cluster.
ClusterArn This property is required. string
The Amazon Resource Name (ARN) of the cluster.
clusterArn This property is required. String
The Amazon Resource Name (ARN) of the cluster.
clusterArn This property is required. string
The Amazon Resource Name (ARN) of the cluster.
cluster_arn This property is required. str
The Amazon Resource Name (ARN) of the cluster.
clusterArn This property is required. String
The Amazon Resource Name (ARN) of the cluster.

getCluster Result

The following output properties are available:

ClusterArn string
The Amazon Resource Name (ARN) of the cluster.
ClusterEndpoints List<Pulumi.AwsNative.Route53RecoveryControl.Outputs.ClusterEndpoint>
Endpoints for the cluster.
NetworkType Pulumi.AwsNative.Route53RecoveryControl.ClusterNetworkType
Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
Status Pulumi.AwsNative.Route53RecoveryControl.ClusterStatus
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
ClusterArn string
The Amazon Resource Name (ARN) of the cluster.
ClusterEndpoints []ClusterEndpoint
Endpoints for the cluster.
NetworkType ClusterNetworkType
Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
Status ClusterStatus
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
clusterArn String
The Amazon Resource Name (ARN) of the cluster.
clusterEndpoints List<ClusterEndpoint>
Endpoints for the cluster.
networkType ClusterNetworkType
Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
status ClusterStatus
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
clusterArn string
The Amazon Resource Name (ARN) of the cluster.
clusterEndpoints ClusterEndpoint[]
Endpoints for the cluster.
networkType ClusterNetworkType
Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
status ClusterStatus
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
cluster_arn str
The Amazon Resource Name (ARN) of the cluster.
cluster_endpoints Sequence[ClusterEndpoint]
Endpoints for the cluster.
network_type ClusterNetworkType
Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
status ClusterStatus
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
clusterArn String
The Amazon Resource Name (ARN) of the cluster.
clusterEndpoints List<Property Map>
Endpoints for the cluster.
networkType "IPV4" | "DUALSTACK"
Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
status "PENDING" | "DEPLOYED" | "PENDING_DELETION"
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Supporting Types

ClusterEndpoint

Endpoint string
A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
Region string
The AWS Region for a cluster endpoint.
Endpoint string
A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
Region string
The AWS Region for a cluster endpoint.
endpoint String
A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
region String
The AWS Region for a cluster endpoint.
endpoint string
A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
region string
The AWS Region for a cluster endpoint.
endpoint str
A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
region str
The AWS Region for a cluster endpoint.
endpoint String
A cluster endpoint URL for one of the five redundant clusters that you specify to set or retrieve a routing control state.
region String
The AWS Region for a cluster endpoint.

ClusterNetworkType

ClusterStatus

Package Details

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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi