StudioLifecycleConfigArgs

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

Constructors

Link copied to clipboard
constructor(studioLifecycleConfigAppType: Output<String>? = null, studioLifecycleConfigContent: Output<String>? = null, studioLifecycleConfigName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

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
val studioLifecycleConfigName: Output<String>? = null

The name of the Studio Lifecycle Configuration to create.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Functions

Link copied to clipboard
open override fun toJava(): StudioLifecycleConfigArgs