Module Values_2.StudioLifecycleConfigDetailsSource

Details of the Amazon SageMaker AI Studio Lifecycle Configuration.

Sourcetype nonrec t = {
  1. studioLifecycleConfigArn : Values_0.StudioLifecycleConfigArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Lifecycle Configuration.

    *)
  2. studioLifecycleConfigName : Values_1.StudioLifecycleConfigName.t option;
    (*

    The name of the Amazon SageMaker AI Studio Lifecycle Configuration.

    *)
  3. creationTime : Values_0.Timestamp.t option;
    (*

    The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.

    *)
  4. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.

    *)
  5. studioLifecycleConfigAppType : Values_1.StudioLifecycleConfigAppType.t option;
    (*

    The App type to which the Lifecycle Configuration is attached.

    *)
}
Sourceval make : ?studioLifecycleConfigArn:??? -> ?studioLifecycleConfigName:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?studioLifecycleConfigAppType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.StudioLifecycleConfigArn.t | `Timestamp of Values_0.Timestamp.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