CmekConfig class

cmek_config block (single, max_items=1). Wraps the database in Customer-Managed Encryption. Setting this on an existing database forces replacement -- CMEK cannot be added or removed in place.

Annotations
  • @immutable

Constructors

CmekConfig({required TfArg<String> kmsKeyName})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyName → TfArg<String>
KMS key resource path: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}. The KMS location MUST match the Firestore database location.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Map<String, Object?>
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