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.3/services/applicationcostprofiler.ts?docs=full";

The configuration of a report in AWS Application Cost Profiler.

interface ReportDefinition {
createdAt?: Date | number | null;
destinationS3Location?: S3Location | null;
format?: Format | null;
lastUpdatedAt?: Date | number | null;
reportDescription?: string | null;
reportFrequency?: ReportFrequency | null;
reportId?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

Timestamp (milliseconds) when this report definition was created.

§
destinationS3Location?: S3Location | null
[src]

The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.

§
format?: Format | null
[src]

The format used for the generated reports.

§
lastUpdatedAt?: Date | number | null
[src]

Timestamp (milliseconds) when this report definition was last updated.

§
reportDescription?: string | null
[src]

Description of the report

§
reportFrequency?: ReportFrequency | null
[src]

The cadence at which the report is generated.

§
reportId?: string | null
[src]

The ID of the report.