aws.applicationcostprofiler.get_report_definition
Example SQL Queries
SELECT * FROMaws.applicationcostprofiler.get_report_definitionWHERE"report_id" = 'VALUE';Description
Retrieves the definition of a report already configured in AWS Application Cost Profiler.
Table Definition
| Column Name | Column Data Type |
|---|---|
| report_id Required Input Column ID of the report retrieved. | VARCHAR |
| _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 Amazon Simple Storage Service (Amazon S3) location where the report is uploaded. | STRUCT( |
Show child fields
| |
| format Format of the generated report. | VARCHAR |
| last_updated Timestamp (milliseconds) when this report definition was last updated. | TIMESTAMP_S |
| report_description Description of the report. | VARCHAR |
| report_frequency Cadence used to generate the report. | VARCHAR |