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

StackConfigurationManager

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

Describes the configuration manager.

interface StackConfigurationManager {
Name?: string | null;
Version?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name. This parameter must be set to "Chef".

§
Version?: string | null
[src]

The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 11.4.