cell
Gets an individual cell
resource
Overview
Name | cell |
Type | Resource |
Description | cell |
Id | awscc.route53recoveryreadiness.cell |
Fields
Name | Datatype | Description |
---|---|---|
cell_name | string | The name of the cell to create. |
cell_arn | string | The Amazon Resource Name (ARN) of the cell. |
cells | array | A 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_scopes | array | 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. |
tags | array | A collection of tags associated with a resource |
region | string | AWS 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