cells
Retrieves a list of cells
in a region
Overview
Name | cells |
Type | Resource |
Description | cells |
Id | awscc.route53recoveryreadiness.cells |
Fields
Name | Datatype | Description |
---|---|---|
cell_name | string | The name of the cell to create. |
region | string | AWS 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