S3Location class
Describes an Amazon S3 location that will receive the results of the restore request.
Constructors
-
S3Location({required String bucketName, required String prefix, List<
Grant> ? accessControlList, ObjectCannedACL? cannedACL, Encryption? encryption, StorageClass? storageClass, Tagging? tagging, List<MetadataEntry> ? userMetadata})
Properties
-
accessControlList
→ List<
Grant> ? -
A list of grants that control access to the staged results.
final
- bucketName → String
-
The name of the bucket where the restore results will be placed.
final
- cannedACL → ObjectCannedACL?
-
The canned ACL to apply to the restore results.
final
- encryption → Encryption?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String
-
The prefix that is prepended to the restore results for this request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageClass → StorageClass?
-
The class of storage used to store the restore results.
final
- tagging → Tagging?
-
The tag-set that is applied to the restore results.
final
-
userMetadata
→ List<
MetadataEntry> ? -
A list of metadata to store with the restore results in S3.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited