Class S3Location
Describes an S3 location that will receive the results of the restore request.
public class S3Location
- Inheritance
-
S3Location
- Inherited Members
Constructors
S3Location()
public S3Location()
Properties
AccessControlList
A list of grants that control access to the staged results.
public S3AccessControlList AccessControlList { get; set; }
Property Value
BucketName
The name of the bucket where the restore results will be placed.
public string BucketName { get; set; }
Property Value
CannedACL
The canned ACL to apply to the restore results.
public S3CannedACL CannedACL { get; set; }
Property Value
Encryption
public S3Encryption Encryption { get; set; }
Property Value
Prefix
The prefix that is prepended to the restore results for this request.
public string Prefix { get; set; }
Property Value
StorageClass
The class of storage used to store the restore results.
public S3StorageClass StorageClass { get; set; }
Property Value
Tagging
The tag-set that is applied to the restore results.
public Tagging Tagging { get; set; }
Property Value
UserMetadata
A map of metadata to store with the restore results in S3.
public MetadataCollection UserMetadata { get; set; }