AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::StudioLifecycleConfig

CfnStudioLifecycleConfig

Creates a new Amazon SageMaker AI Studio Lifecycle Configuration.

Import

import { CfnStudioLifecycleConfig } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnStudioLifecycleConfig

Properties

Configuration passed to the constructor as CfnStudioLifecycleConfigProps.

studioLifecycleConfigAppTypeRequired
string

The App type to which the Lifecycle Configuration is attached.

studioLifecycleConfigContentRequired
string

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

studioLifecycleConfigNameRequired
string

The name of the Amazon SageMaker AI Studio Lifecycle Configuration.

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter