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

ReportGenerator

import type { ReportGenerator } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Describe the details of a report generator.

interface ReportGenerator {
CreateTime?: string | null;
Description?: string | null;
LastReportGenerationTime?: string | null;
LastRunFailureReason?: string | null;
LastRunStatus?: string | null;
LicenseManagerReportGeneratorArn?: string | null;
ReportContext?: ReportContext | null;
ReportCreatorAccount?: string | null;
ReportFrequency?: ReportFrequency | null;
ReportGeneratorName?: string | null;
ReportType?: ReportType[] | null;
S3Location?: S3Location | null;
Tags?: Tag[] | null;
}

§Properties

§
CreateTime?: string | null
[src]

Time the report was created.

§
Description?: string | null
[src]

Description of the report generator.

§
LastReportGenerationTime?: string | null
[src]

Time the last report was generated at.

§
LastRunFailureReason?: string | null
[src]

Failure message for the last report generation attempt.

§
LastRunStatus?: string | null
[src]

Status of the last report generation attempt.

§
LicenseManagerReportGeneratorArn?: string | null
[src]

Amazon Resource Name (ARN) of the report generator.

§
ReportContext?: ReportContext | null
[src]

License configuration type for this generator.

§
ReportCreatorAccount?: string | null
[src]

The Amazon Web Services account ID used to create the report generator.

§
ReportFrequency?: ReportFrequency | null
[src]

Details about how frequently reports are generated.

§
ReportGeneratorName?: string | null
[src]

Name of the report generator.

§
ReportType?: ReportType[] | null
[src]

Type of reports that are generated.

§
S3Location?: S3Location | null
[src]

Details of the S3 bucket that report generator reports are published to.

§
Tags?: Tag[] | null
[src]

Tags associated with the report generator.