Encryption class
Contains the type of server-side encryption used.
Constructors
- Encryption({required ServerSideEncryption encryptionType, String? kMSContext, String? kMSKeyId})
Properties
- encryptionType → ServerSideEncryption
-
The server-side encryption algorithm used when storing job results in Amazon
S3 (for example, AES256, aws:kms).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kMSContext → String?
-
If the encryption type is
aws:kms
, this optional value can be used to specify the encryption context for the restore results.final - kMSKeyId → String?
-
If the encryption type is
aws:kms
, this optional value specifies the ID of the symmetric customer managed AWS KMS CMK to use for encryption of job results. Amazon S3 only supports symmetric CMKs. For more information, see Using Symmetric and Asymmetric Keys in the AWS Key Management Service Developer Guide.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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