Values.JobResourceSourceContains an array of Amazon Web Services resource objects. Each object represents an Amazon S3 bucket, an Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.
type nonrec t = {s3Resources : S3ResourceList.t option;An array of S3Resource objects.
*)lambdaResources : LambdaResourceList.t option;The Python-language Lambda functions for this job.
*)ec2AmiResources : Ec2AmiResourceList.t option;The Amazon Machine Images (AMIs) associated with this job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceARN.t ])
list ]
list
| `String of ResourceARN.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ]
list ])
list ]