control_panels
Retrieves a list of control_panels
in a region
Overview
Name | control_panels |
Type | Resource |
Description | control_panels |
Id | awscc.route53recoverycontrol.control_panels |
Fields
Name | Datatype | Description |
---|---|---|
control_panel_arn | string | The Amazon Resource Name (ARN) of the cluster. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
control_panel_arn
FROM awscc.route53recoverycontrol.control_panels
WHERE region = 'us-east-1'
Permissions
To operate on the control_panels
resource, the following permissions are required:
Create
route53-recovery-control-config:CreateControlPanel,
route53-recovery-control-config:DescribeCluster,
route53-recovery-control-config:DescribeControlPanel,
route53-recovery-control-config:ListTagsForResource,
route53-recovery-control-config:TagResource
List
route53-recovery-control-config:ListControlPanels