1. Packages
  2. AWS Native
  3. API Docs
  4. route53recoveryreadiness
  5. Cell

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.route53recoveryreadiness.Cell

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    The API Schema for AWS Route53 Recovery Readiness Cells.

    Create Cell Resource

    new Cell(name: string, args?: CellArgs, opts?: CustomResourceOptions);
    @overload
    def Cell(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             cell_name: Optional[str] = None,
             cells: Optional[Sequence[str]] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def Cell(resource_name: str,
             args: Optional[CellArgs] = None,
             opts: Optional[ResourceOptions] = None)
    func NewCell(ctx *Context, name string, args *CellArgs, opts ...ResourceOption) (*Cell, error)
    public Cell(string name, CellArgs? args = null, CustomResourceOptions? opts = null)
    public Cell(String name, CellArgs args)
    public Cell(String name, CellArgs args, CustomResourceOptions options)
    
    type: aws-native:route53recoveryreadiness:Cell
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args CellArgs
    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 CellArgs
    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 CellArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CellArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CellArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Cell 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 Cell resource accepts the following input properties:

    CellName string
    The name of the cell to create.
    Cells List<string>
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A collection of tags associated with a resource
    CellName string
    The name of the cell to create.
    Cells []string
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
    Tags TagArgs
    A collection of tags associated with a resource
    cellName String
    The name of the cell to create.
    cells List<String>
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
    tags List<Tag>
    A collection of tags associated with a resource
    cellName string
    The name of the cell to create.
    cells string[]
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
    tags Tag[]
    A collection of tags associated with a resource
    cell_name str
    The name of the cell to create.
    cells Sequence[str]
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
    tags TagArgs]
    A collection of tags associated with a resource
    cellName String
    The name of the cell to create.
    cells List<String>
    A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
    tags List<Property Map>
    A collection of tags associated with a resource

    Outputs

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

    CellArn string
    The Amazon Resource Name (ARN) of the cell.
    Id string
    The provider-assigned unique ID for this managed resource.
    ParentReadinessScopes List<string>
    The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
    CellArn string
    The Amazon Resource Name (ARN) of the cell.
    Id string
    The provider-assigned unique ID for this managed resource.
    ParentReadinessScopes []string
    The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
    cellArn String
    The Amazon Resource Name (ARN) of the cell.
    id String
    The provider-assigned unique ID for this managed resource.
    parentReadinessScopes List<String>
    The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
    cellArn string
    The Amazon Resource Name (ARN) of the cell.
    id string
    The provider-assigned unique ID for this managed resource.
    parentReadinessScopes string[]
    The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
    cell_arn str
    The Amazon Resource Name (ARN) of the cell.
    id str
    The provider-assigned unique ID for this managed resource.
    parent_readiness_scopes Sequence[str]
    The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
    cellArn String
    The Amazon Resource Name (ARN) of the cell.
    id String
    The provider-assigned unique ID for this managed resource.
    parentReadinessScopes List<String>
    The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

    Supporting Types

    Tag, TagArgs

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi