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

AdditionalLimit

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

List of limits that are specific to a given InstanceType and for each of its "InstanceRole" .

interface AdditionalLimit {
LimitName?: string | null;
LimitValues?: string[] | null;
}

§Properties

§
LimitName?: string | null
[src]

Additional limit is specific to a given InstanceType and for each of its "InstanceRole" etc.

Attributes and their details:

  • MaximumNumberOfDataNodesSupported
  • MaximumNumberOfDataNodesWithoutMasterNode
§
LimitValues?: string[] | null
[src]

Value for a given "AdditionalLimit$LimitName" .