ServerSideEncryptionByDefault class
Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see PUT Bucket encryption in the Amazon Simple Storage Service API Reference.
Constructors
- ServerSideEncryptionByDefault({required ServerSideEncryption sSEAlgorithm, String? kMSMasterKeyID})
- ServerSideEncryptionByDefault.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kMSMasterKeyID → String?
-
AWS Key Management Service (KMS) customer master key ID to use for the
default encryption. This parameter is allowed if and only if
SSEAlgorithm
is set toaws:kms
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sSEAlgorithm → ServerSideEncryption
-
Server-side encryption algorithm to use for the default encryption.
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