report_plans
Retrieves a list of report_plans
in a region
Overview
Name | report_plans |
Type | Resource |
Description | report_plans |
Id | awscc.backup.report_plans |
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
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