Skip to main content

cells

Retrieves a list of cells in a region

Overview

Namecells
TypeResource
Descriptioncells
Idawscc.route53recoveryreadiness.cells

Fields

NameDatatypeDescription
cell_namestringThe name of the cell to create.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cell_name
FROM awscc.route53recoveryreadiness.cells
WHERE region = 'us-east-1'

Permissions

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

Create

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

List

route53-recovery-readiness:ListCells