StudioLifecycleConfigArgs

data class StudioLifecycleConfigArgs(val studioLifecycleConfigAppType: Output<StudioLifecycleConfigAppType>? = null, val studioLifecycleConfigContent: Output<String>? = null, val studioLifecycleConfigName: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<StudioLifecycleConfigArgs>

Resource Type definition for AWS::SageMaker::StudioLifecycleConfig

Constructors

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

Properties

Link copied to clipboard

The App type that the Lifecycle Configuration is attached to.

Link copied to clipboard

The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.

Link copied to clipboard
val studioLifecycleConfigName: Output<String>? = null

The name of the Amazon SageMaker Studio Lifecycle Configuration.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

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.

Functions

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