AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::StudioLifecycleConfig

SageMaker StudioLifecycleConfig

Resource Type definition for AWS::SageMaker::StudioLifecycleConfig

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
StudioLifecycleConfigAppType
string
RequiredCreate-only
StudioLifecycleConfigContent
string
RequiredCreate-only
StudioLifecycleConfigName
string
RequiredCreate-only
Tags
Array<Tag>
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
StudioLifecycleConfigArnstringThe Amazon Resource Name (ARN) of the Lifecycle Configuration.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::StudioLifecycleConfig

Resources:
  MyResource:
    Type: AWS::SageMaker::StudioLifecycleConfig
    Properties:
      StudioLifecycleConfigAppType: "JupyterServer"
      StudioLifecycleConfigContent: "value"
      StudioLifecycleConfigName: "my-studiolifecycleconfigname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:CreateStudioLifecycleConfigsagemaker:DescribeStudioLifecycleConfigsagemaker:AddTagssagemaker:ListTags

read

sagemaker:DescribeStudioLifecycleConfigsagemaker:ListTags

delete

sagemaker:DeleteStudioLifecycleConfigsagemaker:DescribeStudioLifecycleConfigsagemaker:DeleteTagssagemaker:ListTags

list

sagemaker:ListStudioLifecycleConfigssagemaker:ListTags

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties5
Required3
TaggingSupported
Primary IDStudioLifecycleConfigName

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

StudioLifecycleConfigAppTypeStudioLifecycleConfigContentStudioLifecycleConfigNameTags

External Links