aws.artifact.get_report
Example SQL Queries
SELECT * FROMaws.artifact.get_reportWHERE"report_id" = 'VALUE'AND "term_token" = 'VALUE';Description
Get the content for a single report.
Table Definition
| Column Name | Column Data Type |
|---|---|
| report_id Required Input Column Unique resource ID for the report resource. | VARCHAR |
| term_token Required Input Column Unique download token provided by GetTermForReport API. | 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
| |
| document_presigned_url Presigned S3 url to access the report content. | VARCHAR |