S3Resource
Important
End of support notice: On November 12, 2024, AWS will discontinue previous generation AWS Snowball devices, and both Snowcone devices (HDD and SDD). We will continue to support existing customers using these end-of-life devices until November 12, 2025. The latest generation AWS Snowball devices are available for all customers.
For more information, visit this blog post
Each S3Resource
object represents an Amazon S3 bucket that your
transferred data will be exported from or imported into. For export jobs, this object can have
an optional KeyRange
value. The length of the range is defined at job creation,
and has either an inclusive BeginMarker
, an inclusive EndMarker
, or
both. Ranges are UTF-8 binary sorted.
Contents
- BucketArn
-
The Amazon Resource Name (ARN) of an Amazon S3 bucket.
Type: String
Length Constraints: Maximum length of 255.
Pattern:
arn:aws.*:*
Required: No
- KeyRange
-
For export jobs, you can provide an optional
KeyRange
within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusiveBeginMarker
, an inclusiveEndMarker
, or both. Ranges are UTF-8 binary sorted.Type: KeyRange object
Required: No
- TargetOnDeviceServices
-
Specifies the service or services on the Snowball Edge device that your transferred data will be exported from or imported into. AWS Snowball Edge supports Amazon S3 and NFS (Network File System).
Type: Array of TargetOnDeviceService objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: