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

CreateStackRequest

import type { CreateStackRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface CreateStackRequest {
AgentVersion?: string | null;
Attributes?: [key in StackAttributesKeys]: string | null | undefined | null;
ChefConfiguration?: ChefConfiguration | null;
ConfigurationManager?: StackConfigurationManager | null;
CustomCookbooksSource?: Source | null;
CustomJson?: string | null;
DefaultAvailabilityZone?: string | null;
DefaultInstanceProfileArn: string;
DefaultOs?: string | null;
DefaultRootDeviceType?: RootDeviceType | null;
DefaultSshKeyName?: string | null;
DefaultSubnetId?: string | null;
HostnameTheme?: string | null;
Name: string;
Region: string;
ServiceRoleArn: string;
UseCustomCookbooks?: boolean | null;
UseOpsworksSecurityGroups?: boolean | null;
VpcId?: string | null;
}

§Properties

§
AgentVersion?: string | null
[src]
§
Attributes?: [key in StackAttributesKeys]: string | null | undefined | null
[src]
§
ChefConfiguration?: ChefConfiguration | null
[src]
§
ConfigurationManager?: StackConfigurationManager | null
[src]
§
CustomCookbooksSource?: Source | null
[src]
§
CustomJson?: string | null
[src]
§
DefaultAvailabilityZone?: string | null
[src]
§
DefaultInstanceProfileArn: string
[src]
§
DefaultOs?: string | null
[src]
§
DefaultRootDeviceType?: RootDeviceType | null
[src]
§
DefaultSshKeyName?: string | null
[src]
§
DefaultSubnetId?: string | null
[src]
§
HostnameTheme?: string | null
[src]
§
Name: string
[src]
§
Region: string
[src]
§
ServiceRoleArn: string
[src]
§
UseCustomCookbooks?: boolean | null
[src]
§
UseOpsworksSecurityGroups?: boolean | null
[src]
§
VpcId?: string | null
[src]