cmekSettings

@JvmName(name = "cikduhoncwvkuvbs")
suspend fun cmekSettings(value: Output<ProjectBucketConfigCmekSettingsArgs>)
@JvmName(name = "imqnhdvmepfhffsi")
suspend fun cmekSettings(value: ProjectBucketConfigCmekSettingsArgs?)

Parameters

value

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. Structure is documented below.


@JvmName(name = "wgeyfebdncgmkcar")
suspend fun cmekSettings(argument: suspend ProjectBucketConfigCmekSettingsArgsBuilder.() -> Unit)

Parameters

argument

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. Structure is documented below.