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

ConfigurationOptionsDescription

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

Describes the settings for a specified configuration set.

interface ConfigurationOptionsDescription {
PlatformArn?: string | null;
SolutionStackName?: string | null;
}

§Properties

§

A list of "ConfigurationOptionDescription".

§
PlatformArn?: string | null
[src]

The ARN of the platform version.

§
SolutionStackName?: string | null
[src]

The name of the solution stack these configuration options belong to.