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

OptionSpecification

import type { OptionSpecification } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

A specification identifying an individual configuration option.

interface OptionSpecification {
Namespace?: string | null;
OptionName?: string | null;
ResourceName?: string | null;
}

§Properties

§
Namespace?: string | null
[src]

A unique namespace identifying the option's associated AWS resource.

§
OptionName?: string | null
[src]

The name of the configuration option.

§
ResourceName?: string | null
[src]

A unique resource name for a time-based scaling configuration option.