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

DescribeConfigurationOptionsMessage

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

Result message containing a list of application version descriptions.

interface DescribeConfigurationOptionsMessage {
ApplicationName?: string | null;
EnvironmentName?: string | null;
Options?: OptionSpecification[] | null;
PlatformArn?: string | null;
SolutionStackName?: string | null;
TemplateName?: string | null;
}

§Properties

§
ApplicationName?: string | null
[src]

The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

§
EnvironmentName?: string | null
[src]

The name of the environment whose configuration options you want to describe.

§
Options?: OptionSpecification[] | null
[src]

If specified, restricts the descriptions to only the specified options.

§
PlatformArn?: string | null
[src]

The ARN of the custom platform.

§
SolutionStackName?: string | null
[src]

The name of the solution stack whose configuration options you want to describe.

§
TemplateName?: string | null
[src]

The name of the configuration template whose configuration options you want to describe.