report_definitions
Retrieves a list of report_definitions
in a region
Overview
Name | report_definitions |
Type | Resource |
Description | report_definitions |
Id | awscc.cur.report_definitions |
Fields
Name | Datatype | Description |
---|---|---|
report_name | string | The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces. |
region | string | AWS 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