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.77.0 published on Wednesday, Sep 20, 2023 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.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

    AWS Route53 Recovery Control Cluster resource schema

    Create Cluster Resource

    new Cluster(name: string, args?: ClusterArgs, opts?: CustomResourceOptions);
    @overload
    def Cluster(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                name: Optional[str] = None,
                tags: Optional[Sequence[ClusterTagArgs]] = None)
    @overload
    def Cluster(resource_name: str,
                args: Optional[ClusterArgs] = None,
                opts: Optional[ResourceOptions] = 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.
    
    
    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

    Tags List<Pulumi.AwsNative.Route53RecoveryControl.Inputs.ClusterTag>

    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 []ClusterTagArgs

    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<ClusterTag>

    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 ClusterTag[]

    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[ClusterTagArgs]

    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

    ClusterTag, ClusterTagArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    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.77.0 published on Wednesday, Sep 20, 2023 by Pulumi