EncryptionConfig class

A configuration document that specifies encryption configuration settings.

Constructors

EncryptionConfig({String? keyId, EncryptionStatus? status, EncryptionType? type})
EncryptionConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyId String?
The ID of the customer master key (CMK) used for encryption, if applicable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status EncryptionStatus?
The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.
final
type EncryptionType?
The type of encryption. Set to KMS for encryption with CMKs. Set to NONE for 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

Operators

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