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

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.Cluster

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

Create Cluster Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Cluster(name: string, args?: ClusterArgs, opts?: CustomResourceOptions);
@overload
def Cluster(resource_name: str,
            args: Optional[ClusterArgs] = None,
            opts: Optional[ResourceOptions] = None)

@overload
def Cluster(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            name: Optional[str] = None,
            tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
func NewCluster(ctx *Context, name string, args *ClusterArgs, opts ...ResourceOption) (*Cluster, error)
public Cluster(string name, ClusterArgs? args = null, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: aws-native:route53recoverycontrol:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ClusterArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ClusterArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ClusterArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Cluster Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Cluster resource accepts the following input properties:

Name string
Name of a Cluster. You can use any non-white space character in the name
Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
A collection of tags associated with a resource
Name string
Name of a Cluster. You can use any non-white space character in the name
Tags CreateOnlyTagArgs
A collection of tags associated with a resource
name String
Name of a Cluster. You can use any non-white space character in the name
tags List<CreateOnlyTag>
A collection of tags associated with a resource
name string
Name of a Cluster. You can use any non-white space character in the name
tags CreateOnlyTag[]
A collection of tags associated with a resource
name str
Name of a Cluster. You can use any non-white space character in the name
tags Sequence[CreateOnlyTagArgs]
A collection of tags associated with a resource
name String
Name of a Cluster. You can use any non-white space character in the name
tags List<Property Map>
A collection of tags associated with a resource

Outputs

All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:

ClusterArn string
The Amazon Resource Name (ARN) of the cluster.
ClusterEndpoints List<Pulumi.AwsNative.Route53RecoveryControl.Outputs.ClusterEndpoint>
Endpoints for the cluster.
Id string
The provider-assigned unique ID for this managed resource.
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.
Id string
The provider-assigned unique ID for this managed resource.
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.
id String
The provider-assigned unique ID for this managed resource.
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.
id string
The provider-assigned unique ID for this managed resource.
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.
id str
The provider-assigned unique ID for this managed resource.
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.
id String
The provider-assigned unique ID for this managed resource.
status "PENDING" | "DEPLOYED" | "PENDING_DELETION"
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Supporting Types

ClusterEndpoint
, ClusterEndpointArgs

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.

ClusterStatus
, ClusterStatusArgs

Pending
PENDING
Deployed
DEPLOYED
PendingDeletion
PENDING_DELETION
ClusterStatusPending
PENDING
ClusterStatusDeployed
DEPLOYED
ClusterStatusPendingDeletion
PENDING_DELETION
Pending
PENDING
Deployed
DEPLOYED
PendingDeletion
PENDING_DELETION
Pending
PENDING
Deployed
DEPLOYED
PendingDeletion
PENDING_DELETION
PENDING
PENDING
DEPLOYED
DEPLOYED
PENDING_DELETION
PENDING_DELETION
"PENDING"
PENDING
"DEPLOYED"
DEPLOYED
"PENDING_DELETION"
PENDING_DELETION

CreateOnlyTag
, CreateOnlyTagArgs

Key
This property is required.
Changes to this property will trigger replacement.
string
The key name of the tag
Value
This property is required.
Changes to this property will trigger replacement.
string
The value of the tag
Key
This property is required.
Changes to this property will trigger replacement.
string
The key name of the tag
Value
This property is required.
Changes to this property will trigger replacement.
string
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
String
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
String
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
string
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
string
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
str
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
str
The value of the tag
key
This property is required.
Changes to this property will trigger replacement.
String
The key name of the tag
value
This property is required.
Changes to this property will trigger replacement.
String
The value of the tag

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