AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.route53recoverycontrol.Cluster
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 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
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
- Create
Only 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<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
- Create
Only 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[Create
Only 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:
- Cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- Cluster
Endpoints 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.
- Cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- Cluster
Endpoints []ClusterEndpoint - Endpoints for the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster
Arn String - The Amazon Resource Name (ARN) of the cluster.
- cluster
Endpoints List<ClusterEndpoint> - Endpoints for the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- status
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster
Arn string - The Amazon Resource Name (ARN) of the cluster.
- cluster
Endpoints ClusterEndpoint[] - Endpoints for the cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- status
Cluster
Status - 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
Cluster
Status - Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
- cluster
Arn String - The Amazon Resource Name (ARN) of the cluster.
- cluster
Endpoints 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
- Pending
Deletion - PENDING_DELETION
- Cluster
Status Pending - PENDING
- Cluster
Status Deployed - DEPLOYED
- Cluster
Status Pending Deletion - PENDING_DELETION
- Pending
- PENDING
- Deployed
- DEPLOYED
- Pending
Deletion - PENDING_DELETION
- Pending
- PENDING
- Deployed
- DEPLOYED
- Pending
Deletion - 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi