report_plans_list_only
Lists report_plans in a region or regions, for all properties use report_plans
Overview
| Name | report_plans_list_only |
| Type | Resource |
| Description | Contains detailed information about a report plan in AWS Backup Audit Manager. |
| Id | aws.backup.report_plans_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
report_plan_arn | string | An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all report_plans in a region.
SELECT
region,
report_plan_arn
FROM aws.backup.report_plans_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the report_plans_list_only resource, see report_plans