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

CreateStudioLifecycleConfigRequest

import type { CreateStudioLifecycleConfigRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateStudioLifecycleConfigRequest {
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType;
StudioLifecycleConfigContent: string;
StudioLifecycleConfigName: string;
Tags?: Tag[] | null;
}

§Properties

§
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType
[src]

The App type that the Lifecycle Configuration is attached to.

§
StudioLifecycleConfigContent: string
[src]

The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.

§
StudioLifecycleConfigName: string
[src]

The name of the Studio Lifecycle Configuration to create.

§
Tags?: Tag[] | null
[src]

Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.