Skip to main content

cell

Gets an individual cell resource

Overview

Namecell
TypeResource
Descriptioncell
Idawscc.route53recoveryreadiness.cell

Fields

NameDatatypeDescription
cell_namestringThe name of the cell to create.
cell_arnstringThe Amazon Resource Name (ARN) of the cell.
cellsarrayA list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
parent_readiness_scopesarrayThe 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.
tagsarrayA collection of tags associated with a resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cell_name,
cell_arn,
cells,
parent_readiness_scopes,
tags
FROM awscc.route53recoveryreadiness.cell
WHERE data__Identifier = '<CellName>';

Permissions

To operate on the cell resource, the following permissions are required:

Read

route53-recovery-readiness:GetCell,
route53-recovery-readiness:ListTagsForResources

Update

route53-recovery-readiness:GetCell,
route53-recovery-readiness:ListTagsForResources,
route53-recovery-readiness:TagResource,
route53-recovery-readiness:UntagResource,
route53-recovery-readiness:UpdateCell

Delete

route53-recovery-readiness:DeleteCell,
route53-recovery-readiness:GetCell