Module SageMaker.NotebookInstanceLifecycleConfig

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html

type notebook_instance_lifecycle_hook = {
  1. content : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-notebookinstancelifecycleconfig-notebookinstancelifecyclehook.html

type properties = {
  1. on_start : notebook_instance_lifecycle_hook list option;
  2. notebook_instance_lifecycle_config_name : string option;
  3. on_create : notebook_instance_lifecycle_hook list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-notebookinstancelifecycleconfig.html;

val make_properties : ?on_start:notebook_instance_lifecycle_hook list -> ?notebook_instance_lifecycle_config_name:string -> ?on_create:notebook_instance_lifecycle_hook list -> unit -> properties
val make_notebook_instance_lifecycle_hook : ?content:string -> unit -> notebook_instance_lifecycle_hook
val yojson_of_notebook_instance_lifecycle_hook : notebook_instance_lifecycle_hook -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. notebook_instance_lifecycle_config_name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string