aws.applicationcostprofiler.list_report_definitions
Example SQL Queries
SELECT * FROMaws.applicationcostprofiler.list_report_definitions;Description
Retrieves a list of all reports and their configurations for your AWS account.
The maximum number of reports is one.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at Timestamp (milliseconds) when this report definition was created. | TIMESTAMP_S |
| destination_s3_location The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to. | STRUCT( |
Show child fields
| |
| format The format used for the generated reports. | VARCHAR |
| last_updated_at Timestamp (milliseconds) when this report definition was last updated. | TIMESTAMP_S |
| report_description Description of the report | VARCHAR |
| report_frequency The cadence at which the report is generated. | VARCHAR |
| report_id The ID of the report. | VARCHAR |