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.

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.

Functions

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