Skip to main content

report_plans_list_only

Lists report_plans in a region or regions, for all properties use report_plans

Overview

Namereport_plans_list_only
TypeResource
DescriptionContains detailed information about a report plan in AWS Backup Audit Manager.
Idaws.backup.report_plans_list_only

Fields

NameDatatypeDescription
report_plan_arnstringAn Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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