Module Values.ImageConfigurationInputSource

The image configuration.

Sourcetype nonrec t = {
  1. imageUri : ImageUri.t option;
    (*

    The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.

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