---
type: resource-type
title: Route53RecoveryControlCluster
description: aws resource type AWS::Route53RecoveryControl::Cluster
name: Route53RecoveryControlCluster
lexicon: aws
resource_type: AWS::Route53RecoveryControl::Cluster
---
`AWS::Route53RecoveryControl::Cluster`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): Name of a Cluster. You can use any non-white space character in the name
- `ClusterArn` (`string`, optional): The Amazon Resource Name (ARN) of the cluster.
- `ClusterEndpoints` (`Route53RecoveryControlCluster_ClusterEndpoint[]`, optional): Endpoints for the cluster.
- `NetworkType` (`"DUALSTACK" | "IPV4"`, optional): Cluster supports IPv4 endpoints and Dual-stack IPv4 and IPv6 endpoints. NetworkType can be IPV4 or DUALSTACK.
- `Status` (`"DEPLOYED" | "PENDING" | "PENDING_DELETION"`, optional): Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- `Tags` (`Route53RecoveryControlCluster_Tag[]`, optional): A collection of tags associated with a resource

## Attributes

- `ClusterArn`
- `ClusterEndpoints`
- `Status`
