CreateLayerRequest
import type { CreateLayerRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";interface CreateLayerRequest {
Attributes?: [key in LayerAttributesKeys]: string | null | undefined | null;
AutoAssignElasticIps?: boolean | null;
AutoAssignPublicIps?: boolean | null;
CloudWatchLogsConfiguration?: CloudWatchLogsConfiguration | null;
CustomInstanceProfileArn?: string | null;
CustomJson?: string | null;
CustomRecipes?: Recipes | null;
CustomSecurityGroupIds?: string[] | null;
EnableAutoHealing?: boolean | null;
InstallUpdatesOnBoot?: boolean | null;
LifecycleEventConfiguration?: LifecycleEventConfiguration | null;
Name: string;
Packages?: string[] | null;
Shortname: string;
StackId: string;
Type: LayerType;
UseEbsOptimizedInstances?: boolean | null;
VolumeConfigurations?: VolumeConfiguration[] | null;
}§Properties
§
Attributes?: [key in LayerAttributesKeys]: string | null | undefined | null
[src]§
CloudWatchLogsConfiguration?: CloudWatchLogsConfiguration | null
[src]§
LifecycleEventConfiguration?: LifecycleEventConfiguration | null
[src]§
VolumeConfigurations?: VolumeConfiguration[] | null
[src]