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

CreateLicenseManagerReportGeneratorRequest

import type { CreateLicenseManagerReportGeneratorRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CreateLicenseManagerReportGeneratorRequest {
ClientToken: string;
Description?: string | null;
ReportContext: ReportContext;
ReportFrequency: ReportFrequency;
ReportGeneratorName: string;
Tags?: Tag[] | null;
Type: ReportType[];
}

§Properties

§
ClientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
Description?: string | null
[src]

Description of the report generator.

§
ReportContext: ReportContext
[src]

Defines the type of license configuration the report generator tracks.

§
ReportFrequency: ReportFrequency
[src]

Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.

§
ReportGeneratorName: string
[src]

Name of the report generator.

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

Tags to add to the report generator.

§

Type of reports to generate. The following report types an be generated:

  • License configuration report - Reports the number and details of consumed licenses for a license configuration.
  • Resource report - Reports the tracked licenses and resource consumption for a license configuration.