We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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.26.0 published on Wednesday, Mar 12, 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>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]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> 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)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:route53recoverycontrol:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterArn string
- The Amazon Resource Name (ARN) of the cluster.
- ClusterArn string
- The Amazon Resource Name (ARN) of the cluster.
- clusterArn String
- The Amazon Resource Name (ARN) of the cluster.
- clusterArn string
- The Amazon Resource Name (ARN) of the cluster.
- cluster_arn str
- The Amazon Resource Name (ARN) of the cluster.
- clusterArn 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.Aws Native. Route53Recovery Control. Outputs. Cluster Endpoint> 
- Endpoints for the cluster.
- Status
Pulumi.Aws Native. Route53Recovery Control. Cluster Status 
- 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.
- 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.
- 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.
- 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.
- 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.
- status "PENDING" | "DEPLOYED" | "PENDING_DELETION"
- Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Supporting Types
ClusterEndpoint 
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi