StudioLifecycleConfig

class StudioLifecycleConfig : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) assigned by AWS to this Studio Lifecycle Config.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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.

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

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.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>