class Aws::SageMaker::Types::CreateStudioLifecycleConfigRequest

@note When making an API call, you may pass CreateStudioLifecycleConfigRequest

data as a hash:

    {
      studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
      studio_lifecycle_config_content: "StudioLifecycleConfigContent", # required
      studio_lifecycle_config_app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] studio_lifecycle_config_name

The name of the Studio Lifecycle Configuration to create.
@return [String]

@!attribute [rw] studio_lifecycle_config_content

The content of your Studio Lifecycle Configuration script. This
content must be base64 encoded.
@return [String]

@!attribute [rw] studio_lifecycle_config_app_type

The App type that the Lifecycle Configuration is attached to.
@return [String]

@!attribute [rw] tags

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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateStudioLifecycleConfigRequest AWS API Documentation

Constants

SENSITIVE