Skip to main content

report_creation

Creates, updates, deletes or gets a report_creation resource or lists report_creation in a region

Overview

Namereport_creation
TypeResource
Descriptionreport_creation
Idawscc.tagging.report_creation

Fields

NameDatatypeDescription
statusstring

Reports the status of the operation.

The operation status can be one of the following:

  • RUNNING - Report creation is in progress.

  • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.

  • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.

  • NO REPORT - No report was generated in the last 90 days.

s3_locationstringThe path to the Amazon S3 bucket where the report was stored on creation.
error_messagestringDetails of the common errors that all operations return.
regionstringAWS region.

Methods

NameAccessible byRequired Params
describe_report_creationSELECTIdentifier, region

SELECT examples

SELECT
region
FROM awscc.tagging.report_creation
WHERE
region = '{{ region }}';