report_creation
Creates, updates, deletes or gets a report_creation resource or lists report_creation in a region
Overview
| Name | report_creation |
| Type | Resource |
| Description | report_creation |
| Id | awscc.tagging.report_creation |
Fields
| Name | Datatype | Description |
|---|---|---|
status | string | Reports the status of the operation. The operation status can be one of the following:
|
s3_location | string | The path to the Amazon S3 bucket where the report was stored on creation. |
error_message | string | Details of the common errors that all operations return. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
describe_report_creation | SELECT | Identifier, region |
SELECT examples
SELECT
region
FROM awscc.tagging.report_creation
WHERE
region = '{{ region }}';