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

LicenseConfigurationAssociation

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

Describes an association with a license configuration.

interface LicenseConfigurationAssociation {
AmiAssociationScope?: string | null;
AssociationTime?: Date | number | null;
ResourceArn?: string | null;
ResourceOwnerId?: string | null;
ResourceType?: ResourceType | null;
}

§Properties

§
AmiAssociationScope?: string | null
[src]

Scope of AMI associations. The possible value is cross-account.

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

Time when the license configuration was associated with the resource.

§
ResourceArn?: string | null
[src]

Amazon Resource Name (ARN) of the resource.

§
ResourceOwnerId?: string | null
[src]

ID of the Amazon Web Services account that owns the resource consuming licenses.

§
ResourceType?: ResourceType | null
[src]

Type of server resource.