Skip to main content

cell_tags

Expands all tag keys and values for cells in a region

Overview

Namecell_tags
TypeResource
DescriptionThe API Schema for AWS Route53 Recovery Readiness Cells.
Idaws.route53recoveryreadiness.cell_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all cells in a region.

SELECT
region,
cell_name,
cell_arn,
cells,
parent_readiness_scopes,
tag_key,
tag_value
FROM aws.route53recoveryreadiness.cell_tags
WHERE region = 'us-east-1';

Permissions

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