JobResource
Contains an array of AWS resource objects. Each object represents an Amazon S3 bucket, an AWS Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.
Contents
- Ec2AmiResources
-
The Amazon Machine Images (AMIs) associated with this job.
Type: Array of Ec2AmiResource objects
Required: No
- LambdaResources
-
The Python-language Lambda functions for this job.
Type: Array of LambdaResource objects
Required: No
- S3Resources
-
An array of
S3Resource
objects.Type: Array of S3Resource objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: