Values_2.ImageReferenceSourceA resource that is referencing an image.
type nonrec t = {imageId : Values_0.ImageId.t option;The ID of the referenced image.
*)resourceType : Values_1.ImageReferenceResourceType.t option;The type of resource referencing the image.
*)arn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the resource referencing the image.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.ImageId.t ]) list ]