Module Values_1.InstanceMetadataServiceConfigurationSource

Information on the IMDS configuration of the notebook instance

Sourcetype nonrec t = {
  1. minimumInstanceMetadataServiceVersion : MinimumInstanceMetadataServiceVersion.t;
    (*

    Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.

    *)
}
Sourceval context_ : string
Sourceval make : minimumInstanceMetadataServiceVersion:MinimumInstanceMetadataServiceVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MinimumInstanceMetadataServiceVersion.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