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

GetLicenseConfigurationResponse

import type { GetLicenseConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface GetLicenseConfigurationResponse {
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;
Tags?: Tag[] | null;
}

§Properties

§
AutomatedDiscoveryInformation?: AutomatedDiscoveryInformation | null
[src]

Automated discovery information.

§
ConsumedLicenses?: number | null
[src]

Number of licenses assigned to resources.

§
ConsumedLicenseSummaryList?: ConsumedLicenseSummary[] | null
[src]

Summaries of the licenses consumed by resources.

§
Description?: string | null
[src]

Description of the license configuration.

§
DisassociateWhenNotFound?: boolean | null
[src]

When true, disassociates a resource when software is uninstalled.

§
LicenseConfigurationArn?: string | null
[src]

Amazon Resource Name (ARN) of the license configuration.

§
LicenseConfigurationId?: string | null
[src]

Unique ID for the license configuration.

§
LicenseCount?: number | null
[src]

Number of available licenses.

§
LicenseCountHardLimit?: boolean | null
[src]

Sets the number of available licenses as a hard limit.

§
LicenseCountingType?: LicenseCountingType | null
[src]

Dimension for which the licenses are counted.

§
LicenseRules?: string[] | null
[src]

License rules.

§
ManagedResourceSummaryList?: ManagedResourceSummary[] | null
[src]

Summaries of the managed resources.

§
Name?: string | null
[src]

Name of the license configuration.

§
OwnerAccountId?: string | null
[src]

Account ID of the owner of the license configuration.

§
ProductInformationList?: ProductInformation[] | null
[src]

Product information.

§
Status?: string | null
[src]

License configuration status.

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

Tags for the license configuration.