AWS::SageMaker::StudioLifecycleConfigCreates a new Amazon SageMaker AI Studio Lifecycle Configuration.
import { CfnStudioLifecycleConfig } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnStudioLifecycleConfigConfiguration passed to the constructor as CfnStudioLifecycleConfigProps.
studioLifecycleConfigAppTypeRequiredstringThe App type to which the Lifecycle Configuration is attached.
studioLifecycleConfigContentRequiredstringThe content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.
studioLifecycleConfigNameRequiredstringThe name of the Amazon SageMaker AI Studio Lifecycle Configuration.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::StudioLifecycleConfig