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
§
LicenseCountingType: LicenseCountingType
[src]§
ProductInformationList?: ProductInformation[] | null
[src]