Values.ImageGenerationDestinationConfigSourceThe structure that contains the information required to deliver images to a customer.
type nonrec t = {uri : DestinationUri.t;The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
*)destinationRegion : DestinationRegion.t;The Amazon Web Services Region of the S3 bucket where images will be delivered. This DestinationRegion must match the Region where the stream is located.
*)}