Class LoggingFolderBucketConfigCmekSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.logging_folder_bucket_config.LoggingFolderBucketConfigCmekSettings.Jsii$Proxy
-
- All Implemented Interfaces:
LoggingFolderBucketConfigCmekSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LoggingFolderBucketConfigCmekSettings
@Stability(Stable) @Internal public static final class LoggingFolderBucketConfigCmekSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingFolderBucketConfigCmekSettings
An implementation forLoggingFolderBucketConfigCmekSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.logging_folder_bucket_config.LoggingFolderBucketConfigCmekSettings
LoggingFolderBucketConfigCmekSettings.Builder, LoggingFolderBucketConfigCmekSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LoggingFolderBucketConfigCmekSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggingFolderBucketConfigCmekSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetKmsKeyName()The resource name for the configured Cloud KMS key.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(LoggingFolderBucketConfigCmekSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theLoggingFolderBucketConfigCmekSettings.Builder.
-
-
Method Detail
-
getKmsKeyName
public final String getKmsKeyName()
Description copied from interface:LoggingFolderBucketConfigCmekSettingsThe resource name for the configured Cloud KMS key.KMS key name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]" To enable CMEK for the bucket, set this field to a valid kmsKeyName for which the associated service account has the required cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key. The Cloud KMS key used by the bucket can be updated by changing the kmsKeyName to a new valid key name. Encryption operations that are in progress will be completed with the key that was in use when they started. Decryption operations will be completed using the key that was used at the time of encryption unless access to that key has been revoked. See [Enabling CMEK for Logging Buckets](https://cloud.google.com/logging/docs/routing/managed-encryption-storage) for more information. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#kms_key_name LoggingFolderBucketConfig#kms_key_name}
- Specified by:
getKmsKeyNamein interfaceLoggingFolderBucketConfigCmekSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-