Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

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?: ObjectCannedACL

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?: StorageClass

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.