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

LicenseSpecification

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

Details for associating a license configuration with a resource.

interface LicenseSpecification {
AmiAssociationScope?: string | null;
LicenseConfigurationArn: string;
}

§Properties

§
AmiAssociationScope?: string | null
[src]

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

§
LicenseConfigurationArn: string
[src]

Amazon Resource Name (ARN) of the license configuration.