Skip to main content

report_definitions

Retrieves a list of report_definitions in a region

Overview

Namereport_definitions
TypeResource
Descriptionreport_definitions
Idawscc.cur.report_definitions

Fields

NameDatatypeDescription
report_namestringThe name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
report_name
FROM awscc.cur.report_definitions
WHERE region = 'us-east-1'

Permissions

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

Create

cur:PutReportDefinition

List

cur:DescribeReportDefinitions