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

LicenseConfigurationUsage

import type { LicenseConfigurationUsage } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Details about the usage of a resource associated with a license configuration.

interface LicenseConfigurationUsage {
AssociationTime?: Date | number | null;
ConsumedLicenses?: number | null;
ResourceArn?: string | null;
ResourceOwnerId?: string | null;
ResourceStatus?: string | null;
ResourceType?: ResourceType | null;
}

§Properties

§
AssociationTime?: Date | number | null
[src]

Time when the license configuration was initially associated with the resource.

§
ConsumedLicenses?: number | null
[src]

Number of licenses consumed by the resource.

§
ResourceArn?: string | null
[src]

Amazon Resource Name (ARN) of the resource.

§
ResourceOwnerId?: string | null
[src]

ID of the account that owns the resource.

§
ResourceStatus?: string | null
[src]

Status of the resource.

§
ResourceType?: ResourceType | null
[src]

Type of resource.