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<p>Reports the status of the operation.</p> <p>The operation status can be one of the following:</p> <ul> <li> <p> <code>RUNNING</code> - Report creation is in progress.</p> </li> <li> <p> <code>SUCCEEDED</code> - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran <code>StartReportCreation</code>.</p> </li> <li> <p> <code>FAILED</code> - Report creation timed out or the Amazon S3 bucket is not accessible. </p> </li> <li> <p> <code>NO REPORT</code> - No report was generated in the last 90 days.</p> </li> </ul>
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 = 'us-east-1';