Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface S3Location

Describes an Amazon S3 location that will receive the results of the restore request.

Hierarchy

  • S3Location

Properties

AccessControlList?: Grant[]

A list of grants that control access to the staged results.

BucketName: undefined | string

The name of the bucket where the restore results will be placed.

CannedACL?: string

The canned ACL to apply to the restore results.

Encryption?: Encryption

Contains the type of server-side encryption used.

Prefix: undefined | string

The prefix that is prepended to the restore results for this request.

StorageClass?: string

The class of storage used to store the restore results.

Tagging?: Tagging

The tag-set that is applied to the restore results.

UserMetadata?: MetadataEntry[]

A list of metadata to store with the restore results in S3.