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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.route53recoverycontrol.Cluster

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const exampleclusterResourceResourceFromRoute53recoverycontrol = new aws_native.route53recoverycontrol.Cluster("exampleclusterResourceResourceFromRoute53recoverycontrol", {
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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
    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
    Region string
    Endpoint string
    Region string
    endpoint String
    region String
    endpoint string
    region string
    endpoint String
    region String

    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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi