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

LicenseConfiguration

import type { LicenseConfiguration } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/licensemanager.ts";
interface LicenseConfiguration {
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | null;
ConsumedLicenses?: number | null;
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | null;
Description?: string | null;
DisassociateWhenNotFound?: boolean | null;
LicenseConfigurationArn?: string | null;
LicenseConfigurationId?: string | null;
LicenseCount?: number | null;
LicenseCountHardLimit?: boolean | null;
LicenseCountingType?: LicenseCountingType | null;
LicenseRules?: string[] | null;
ManagedResourceSummaryList?: ManagedResourceSummary[] | null;
Name?: string | null;
OwnerAccountId?: string | null;
ProductInformationList?: ProductInformation[] | null;
Status?: string | null;
}

§Properties

§
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | null
[src]
§
ConsumedLicenses?: number | null
[src]
§
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | null
[src]
§
Description?: string | null
[src]
§
DisassociateWhenNotFound?: boolean | null
[src]
§
LicenseConfigurationArn?: string | null
[src]
§
LicenseConfigurationId?: string | null
[src]
§
LicenseCount?: number | null
[src]
§
LicenseCountHardLimit?: boolean | null
[src]
§
LicenseCountingType?: LicenseCountingType | null
[src]
§
LicenseRules?: string[] | null
[src]
§
ManagedResourceSummaryList?: ManagedResourceSummary[] | null
[src]
§
Name?: string | null
[src]
§
OwnerAccountId?: string | null
[src]
§
ProductInformationList?: ProductInformation[] | null
[src]
§
Status?: string | null
[src]