cells_list_only
Lists cells
in a region or regions, for all properties use cells
Overview
Name | cells_list_only |
Type | Resource |
Description | The API Schema for AWS Route53 Recovery Readiness Cells. |
Id | aws.route53recoveryreadiness.cells_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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