UpdateStackRequest
import type { UpdateStackRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";interface UpdateStackRequest {
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 | null;
DefaultOs?: string | null;
DefaultRootDeviceType?: RootDeviceType | null;
DefaultSshKeyName?: string | null;
DefaultSubnetId?: string | null;
HostnameTheme?: string | null;
Name?: string | null;
ServiceRoleArn?: string | null;
StackId: string;
UseCustomCookbooks?: boolean | null;
UseOpsworksSecurityGroups?: boolean | null;
}§Properties
§
Attributes?: [key in StackAttributesKeys]: string | null | undefined | null
[src]§
ChefConfiguration?: ChefConfiguration | null
[src]§
ConfigurationManager?: StackConfigurationManager | null
[src]§
DefaultRootDeviceType?: RootDeviceType | null
[src]