Skip to main content

cells_list_only

Lists cells in a region or regions, for all properties use cells

Overview

Namecells_list_only
TypeResource
DescriptionThe API Schema for AWS Route53 Recovery Readiness Cells.
Idaws.route53recoveryreadiness.cells_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all cells in a region.

SELECT
region,
cell_name
FROM aws.route53recoveryreadiness.cells_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the cells_list_only resource, see cells