Values_1.CreateStudioLifecycleConfigRequestSourceCreates a new Amazon SageMaker AI Studio Lifecycle Configuration.
type nonrec t = {studioLifecycleConfigName : StudioLifecycleConfigName.t;The name of the Amazon SageMaker AI Studio Lifecycle Configuration to create.
*)studioLifecycleConfigContent : StudioLifecycleConfigContent.t;The content of your Amazon SageMaker AI Studio Lifecycle Configuration script. This content must be base64 encoded.
*)studioLifecycleConfigAppType : StudioLifecycleConfigAppType.t;The App type that the Lifecycle Configuration is attached to.
*)}val make :
?tags:??? ->
studioLifecycleConfigName:StudioLifecycleConfigName.t ->
studioLifecycleConfigContent:StudioLifecycleConfigContent.t ->
studioLifecycleConfigAppType:StudioLifecycleConfigAppType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of StudioLifecycleConfigName.t ])
list ]