Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReportDefinition

import type { ReportDefinition } from "https://aws-api.deno.dev/v0.4/services/cur.ts?docs=full";

The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.

interface ReportDefinition {
AdditionalArtifacts?: AdditionalArtifact[] | null;
AdditionalSchemaElements: SchemaElement[];
BillingViewArn?: string | null;
Compression: CompressionFormat;
Format: ReportFormat;
RefreshClosedReports?: boolean | null;
ReportName: string;
ReportVersioning?: ReportVersioning | null;
S3Bucket: string;
S3Prefix: string;
S3Region: AWSRegion;
TimeUnit: TimeUnit;
}

§Properties

§
AdditionalArtifacts?: AdditionalArtifact[] | null
[src]

A list of manifests that you want Amazon Web Services to create for this report.

§
AdditionalSchemaElements: SchemaElement[]
[src]

A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.

§
BillingViewArn?: string | null
[src]

The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs.

§
RefreshClosedReports?: boolean | null
[src]

Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees.

§
ReportName: string
[src]
§
ReportVersioning?: ReportVersioning | null
[src]

Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions.

§
S3Bucket: string
[src]
§
S3Prefix: string
[src]
§
TimeUnit: TimeUnit
[src]