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

ListUsageForLicenseConfigurationRequest

import type { ListUsageForLicenseConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface ListUsageForLicenseConfigurationRequest {
Filters?: Filter[] | null;
LicenseConfigurationArn: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

Filters to scope the results. The following filters and logical operators are supported:

  • resourceArn - The ARN of the license configuration resource. Logical operators are EQUALS | NOT_EQUALS.
  • resourceType - The resource type (EC2_INSTANCE | EC2_HOST | EC2_AMI | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are EQUALS | NOT_EQUALS.
  • resourceAccount - The ID of the account that owns the resource. Logical operators are EQUALS | NOT_EQUALS.
§
LicenseConfigurationArn: string
[src]

Amazon Resource Name (ARN) of the license configuration.

§
MaxResults?: number | null
[src]

Maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

Token for the next set of results.