aws.artifact.get_report_metadata
Example SQL Queries
SELECT * FROMaws.artifact.get_report_metadataWHERE"report_id" = 'VALUE';Description
Get the metadata for a single report.
Table Definition
| Column Name | Column Data Type |
|---|---|
| report_id Required Input Column Unique resource ID for the report resource. | VARCHAR |
| report_version Input Column Version for the report resource. | BIGINT |
| _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
| |
| report_details Report resource detail. | STRUCT( |
Show child fields
| |