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
§
Attributes?: [key in StackAttributesKeys]: string | null | undefined | null
[src]§
ChefConfiguration?: ChefConfiguration | null
[src]§
ConfigurationManager?: StackConfigurationManager | null
[src]§
DefaultRootDeviceType?: RootDeviceType | null
[src]