Skip to main content

report_plans

Retrieves a list of report_plans in a region

Overview

Namereport_plans
TypeResource
Descriptionreport_plans
Idawscc.backup.report_plans

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
report_plan_arn
FROM awscc.backup.report_plans
WHERE region = 'us-east-1'

Permissions

To operate on the report_plans resource, the following permissions are required:

Create

backup:CreateReportPlan,
backup:DescribeReportPlan,
backup:ListTags,
backup:TagResource,
iam:CreateServiceLinkedRole

List

backup:ListReportPlans