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 | <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_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 = 'us-east-1';