report_definitions_list_only
Lists report_definitions in a region or regions, for all properties use report_definitions
Overview
| Name | report_definitions_list_only |
| Type | Resource |
| Description | The AWS::CUR::ReportDefinition resource creates a Cost & Usage Report with user-defined settings. You can use this resource to define settings like time granularity (hourly, daily, monthly), file format (Parquet, CSV), and S3 bucket for delivery of these reports. |
| Id | aws.cur.report_definitions_list_only |
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
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all report_definitions in a region.
SELECT
region,
report_name
FROM aws.cur.report_definitions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the report_definitions_list_only resource, see report_definitions