Module Values_2.ImageReferenceSource

A resource that is referencing an image.

Sourcetype nonrec t = {
  1. imageId : Values_0.ImageId.t option;
    (*

    The ID of the referenced image.

    *)
  2. resourceType : Values_1.ImageReferenceResourceType.t option;
    (*

    The type of resource referencing the image.

    *)
  3. arn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the resource referencing the image.

    *)
}
Sourceval make : ?imageId:??? -> ?resourceType:??? -> ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.ImageId.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