aws.artifact.list_reports
Example SQL Queries
SELECT * FROMaws.artifact.list_reports;Description
List available reports.
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
| |
| acceptance_type Acceptance type for report. | VARCHAR |
| arn ARN for the report resource. | VARCHAR |
| category Category for the report resource. | VARCHAR |
| company_name Associated company name for the report resource. | VARCHAR |
| description Description for the report resource. | VARCHAR |
| id Unique resource ID for the report resource. | VARCHAR |
| name Name for the report resource. | VARCHAR |
| period_end Timestamp indicating the report resource effective end. | TIMESTAMP_S |
| period_start Timestamp indicating the report resource effective start. | TIMESTAMP_S |
| product_name Associated product name for the report resource. | VARCHAR |
| series Series for the report resource. | VARCHAR |
| state Current state of the report resource. | VARCHAR |
| status_message The message associated with the current upload state. | VARCHAR |
| upload_state The current state of the document upload. | VARCHAR |
| version Version for the report resource. | BIGINT |