Encryption class

Contains the type of server-side encryption used.

Constructors

Encryption(String? encryptionType, String? kMSContext, String? kMSKeyId)
Encryption.fromXml(XmlElement? xml)

Properties

encryptionType String?
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
getter/setter pair
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.
getter/setter pair
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.
getter/setter pair
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() → XmlNode

Operators

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