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

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]
§
AutoAssignElasticIps?: boolean | null
[src]
§
AutoAssignPublicIps?: boolean | null
[src]
§
CloudWatchLogsConfiguration?: CloudWatchLogsConfiguration | null
[src]
§
CustomInstanceProfileArn?: string | null
[src]
§
CustomJson?: string | null
[src]
§
CustomRecipes?: Recipes | null
[src]
§
CustomSecurityGroupIds?: string[] | null
[src]
§
EnableAutoHealing?: boolean | null
[src]
§
InstallUpdatesOnBoot?: boolean | null
[src]
§
LifecycleEventConfiguration?: LifecycleEventConfiguration | null
[src]
§
Name: string
[src]
§
Packages?: string[] | null
[src]
§
Shortname: string
[src]
§
StackId: string
[src]
§
UseEbsOptimizedInstances?: boolean | null
[src]
§
VolumeConfigurations?: VolumeConfiguration[] | null
[src]