Encryption class

Contains information about the encryption used to store the job results in Amazon S3.

Constructors

Encryption({EncryptionType? encryptionType, String? kMSContext, String? kMSKeyId})
Encryption.fromJson(Map<String, dynamic> json)
factory

Properties

encryptionType EncryptionType?
The server-side encryption algorithm used when storing job results in Amazon S3, for example AES256 or aws:kms.
final
hashCode int
The hash code for this object.
no setterinherited
kMSContext String?
Optional. If the encryption type is aws:kms, you can use this value to specify the encryption context for the job results.
final
kMSKeyId String?
The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited