control_panels_list_only
Lists control_panels
in a region or regions, for all properties use control_panels
Overview
Name | control_panels_list_only |
Type | Resource |
Description | AWS Route53 Recovery Control Control Panel resource schema . |
Id | aws.route53recoverycontrol.control_panels_list_only |
Fields
Name | Datatype | Description |
---|---|---|
control_panel_arn | string | The Amazon Resource Name (ARN) of the cluster. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all control_panels
in a region.
SELECT
region,
control_panel_arn
FROM aws.route53recoverycontrol.control_panels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the control_panels_list_only
resource, see control_panels