Skip to main content

report_definitions_list_only

Lists report_definitions in a region or regions, for all properties use report_definitions

Overview

Namereport_definitions_list_only
TypeResource
DescriptionThe 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.
Idaws.cur.report_definitions_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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