Module Values_1.CreateStudioLifecycleConfigRequestSource

Creates a new Amazon SageMaker AI Studio Lifecycle Configuration.

Sourcetype nonrec t = {
  1. studioLifecycleConfigName : StudioLifecycleConfigName.t;
    (*

    The name of the Amazon SageMaker AI Studio Lifecycle Configuration to create.

    *)
  2. studioLifecycleConfigContent : StudioLifecycleConfigContent.t;
    (*

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

    *)
  3. studioLifecycleConfigAppType : StudioLifecycleConfigAppType.t;
    (*

    The App type that the Lifecycle Configuration is attached to.

    *)
  4. tags : Values_0.TagList.t option;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> studioLifecycleConfigName:StudioLifecycleConfigName.t -> studioLifecycleConfigContent:StudioLifecycleConfigContent.t -> studioLifecycleConfigAppType:StudioLifecycleConfigAppType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of StudioLifecycleConfigName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t