We recommend new projects start with resources from the AWS provider.
aws-native.route53recoverycontrol.Cluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 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 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 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 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 String
- The unique name of the resource.
- args 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
- 
List<Pulumi.Aws Native. Inputs. Create Only Tag> 
- 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
- 
CreateOnly Tag Args 
- 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
- 
List<CreateOnly Tag> 
- 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
- 
CreateOnly Tag[] 
- 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
- 
Sequence[CreateOnly Tag Args] 
- 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
- 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.Aws Native. Route53Recovery Control. Outputs. Cluster Endpoint> 
- Endpoints for the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- 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    
ClusterStatus, ClusterStatusArgs    
- Pending
- PENDING
- Deployed
- DEPLOYED
- PendingDeletion 
- PENDING_DELETION
- ClusterStatus Pending 
- PENDING
- ClusterStatus Deployed 
- DEPLOYED
- ClusterStatus Pending Deletion 
- 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      
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.