AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Snowball.Model.S3Resource

Namespace: Amazon.Snowball.Model
Assembly: AWSSDK.Snowball.dll
Version: 3.x.y.z

Syntax

C#
public class S3Resource

The S3Resource type exposes the following members

Constructors

NameDescription
Public Method S3Resource()

Properties

NameTypeDescription
Public Property BucketArn System.String

Gets and sets the property BucketArn.

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

Public Property KeyRange Amazon.Snowball.Model.KeyRange

Gets and sets the property 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 inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

Public Property TargetOnDeviceServices System.Collections.Generic.List<Amazon.Snowball.Model.TargetOnDeviceService>

Gets and sets the property TargetOnDeviceServices.

Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5