cmekSettings property
The CMEK settings of the log bucket. If present, new log entries written to this log bucket are encrypted using the CMEK key provided in this configuration. If a log bucket has CMEK settings, the CMEK settings cannot be disabled later by updating the log bucket. Changing the KMS key is allowed.
Implementation
@$pb.TagNumber(19)
CmekSettings get cmekSettings => $_getN(8);
Implementation
@$pb.TagNumber(19)
set cmekSettings(CmekSettings value) => $_setField(19, value);