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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.route53recoveryreadiness.Cell

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

The API Schema for AWS Route53 Recovery Readiness Cells.

Create Cell Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Cell(name: string, args?: CellArgs, opts?: CustomResourceOptions);
@overload
def Cell(resource_name: str,
         args: Optional[CellArgs] = None,
         opts: Optional[ResourceOptions] = None)

@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)
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.

Parameters

name This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

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 Sequence[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 This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi