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.deno.dev/v0.3/services/licensemanager.ts?docs=full";

A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.

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]

Automated discovery information.

§
ConsumedLicenses?: number | null
[src]

Number of licenses consumed.

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

Summaries for licenses consumed by various 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 of the license configuration.

§
LicenseCount?: number | null
[src]

Number of licenses managed by the license configuration.

§
LicenseCountHardLimit?: boolean | null
[src]

Number of available licenses as a hard limit.

§
LicenseCountingType?: LicenseCountingType | null
[src]

Dimension to use to track the license inventory.

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

License rules.

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

Summaries for managed resources.

§
Name?: string | null
[src]

Name of the license configuration.

§
OwnerAccountId?: string | null
[src]

Account ID of the license configuration's owner.

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

Product information.

§
Status?: string | null
[src]

Status of the license configuration.