Values.GetTileInputSourceGets a web mercator tile for the given Earth Observation job.
type nonrec t = {arn : EarthObservationJobArn.t;The Amazon Resource Name (ARN) of the tile operation.
*)executionRoleArn : ExecutionRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that you specify.
*)imageAssets : StringListInput.t;The particular assets or bands to tile.
*)imageMask : Boolean.t option;Determines whether or not to return a valid data mask.
*)outputDataType : OutputType.t option;The output data type of the tile operation.
*)outputFormat : String_.t option;The data format of the output tile. The formats include .npy, .png and .jpg.
*)propertyFilters : String_.t option;Property filters for the imagery to tile.
*)target : TargetOptions.t;Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.
*)timeRangeFilter : String_.t option;Time range filter applied to imagery to find the images to tile.
*)x : Integer.t;The x coordinate of the tile input.
*)y : Integer.t;The y coordinate of the tile input.
*)z : Integer.t;The z coordinate of the tile input.
*)}val make :
?executionRoleArn:??? ->
?imageMask:??? ->
?outputDataType:??? ->
?outputFormat:??? ->
?propertyFilters:??? ->
?timeRangeFilter:??? ->
arn:EarthObservationJobArn.t ->
imageAssets:StringListInput.t ->
target:TargetOptions.t ->
x:Integer.t ->
y:Integer.t ->
z:Integer.t ->
unit ->
t