Studio Lifecycle Config Args
data class StudioLifecycleConfigArgs(val studioLifecycleConfigAppType: Output<String>? = null, val studioLifecycleConfigContent: Output<String>? = null, val studioLifecycleConfigName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<StudioLifecycleConfigArgs>
Provides a SageMaker Studio Lifecycle Config resource. {{% examples %}}
Example Usage
{{% /examples %}}
Import
SageMaker Studio Lifecycle Configs can be imported using the studio_lifecycle_config_name
, e.g.,
$ pulumi import aws:sagemaker/studioLifecycleConfig:StudioLifecycleConfig example example
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The App type that the Lifecycle Configuration is attached to. Valid values are JupyterServer
and KernelGateway
.
Link copied to clipboard
The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.
Link copied to clipboard
The name of the Studio Lifecycle Configuration to create.