EncryptionConfiguration class
If query results are encrypted in Amazon S3, indicates the encryption option
used (for example, SSE-KMS
or CSE-KMS
) and key
information.
Constructors
- EncryptionConfiguration({required EncryptionOption encryptionOption, String? kmsKey})
-
EncryptionConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- encryptionOption → EncryptionOption
-
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed
keys (
SSE-S3
), server-side encryption with KMS-managed keys (SSE-KMS
), or client-side encryption with KMS-managed keys (CSE-KMS) is used.final - hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKey → String?
-
For
SSE-KMS
andCSE-KMS
, this is the KMS key ARN or ID.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