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

CreateLicenseConfigurationRequest

import type { CreateLicenseConfigurationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/licensemanager.ts";
interface CreateLicenseConfigurationRequest {
Description?: string | null;
DisassociateWhenNotFound?: boolean | null;
LicenseCount?: number | null;
LicenseCountHardLimit?: boolean | null;
LicenseCountingType: LicenseCountingType;
LicenseRules?: string[] | null;
Name: string;
ProductInformationList?: ProductInformation[] | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]
§
DisassociateWhenNotFound?: boolean | null
[src]
§
LicenseCount?: number | null
[src]
§
LicenseCountHardLimit?: boolean | null
[src]
§
LicenseCountingType: LicenseCountingType
[src]
§
LicenseRules?: string[] | null
[src]
§
Name: string
[src]
§
ProductInformationList?: ProductInformation[] | null
[src]
§
Tags?: Tag[] | null
[src]