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

GetReportDefinitionResult

import type { GetReportDefinitionResult } from "https://aws-api.deno.dev/v0.3/services/applicationcostprofiler.ts?docs=full";
interface GetReportDefinitionResult {
createdAt: Date | number;
destinationS3Location: S3Location;
format: Format;
lastUpdated: Date | number;
reportDescription: string;
reportFrequency: ReportFrequency;
reportId: string;
}

§Properties

§
createdAt: Date | number
[src]

Timestamp (milliseconds) when this report definition was created.

§
destinationS3Location: S3Location
[src]

Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.

§
format: Format
[src]

Format of the generated report.

§
lastUpdated: Date | number
[src]

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

§
reportDescription: string
[src]

Description of the report.

§
reportFrequency: ReportFrequency
[src]

Cadence used to generate the report.

§
reportId: string
[src]

ID of the report retrieved.