

# JobResource
<a name="API_JobResource"></a>

**Note**  
 Amazon Snowball Edge is no longer available to new customers. New customers should explore [Amazon DataSync](https://aws.amazon.com/datasync/) for online transfers, [Amazon Data Transfer Terminal](https://aws.amazon.com/data-transfer-terminal/) for secure physical transfers, or Amazon Partner solutions. For edge computing, explore [Amazon Outposts](https://aws.amazon.com/outposts/).

Contains an array of Amazon resource objects. Each object represents an Amazon S3 bucket, an Amazon Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.

## Contents
<a name="API_JobResource_Contents"></a>

 ** Ec2AmiResources **   <a name="Snowball-Type-JobResource-Ec2AmiResources"></a>
The Amazon Machine Images (AMIs) associated with this job.  
Type: Array of [Ec2AmiResource](API_Ec2AmiResource.md) objects  
Required: No

 ** LambdaResources **   <a name="Snowball-Type-JobResource-LambdaResources"></a>
The Python-language Lambda functions for this job.  
Type: Array of [LambdaResource](API_LambdaResource.md) objects  
Required: No

 ** S3Resources **   <a name="Snowball-Type-JobResource-S3Resources"></a>
An array of `S3Resource` objects.  
Type: Array of [S3Resource](API_S3Resource.md) objects  
Required: No

## See Also
<a name="API_JobResource_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/snowball-2016-06-30/JobResource) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/snowball-2016-06-30/JobResource) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/snowball-2016-06-30/JobResource) 