Class LookerInstanceEncryptionConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.looker_instance.LookerInstanceEncryptionConfig.Jsii$Proxy
-
- All Implemented Interfaces:
LookerInstanceEncryptionConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LookerInstanceEncryptionConfig
@Stability(Stable) @Internal public static final class LookerInstanceEncryptionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LookerInstanceEncryptionConfig
An implementation forLookerInstanceEncryptionConfig
-
-
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.looker_instance.LookerInstanceEncryptionConfig
LookerInstanceEncryptionConfig.Builder, LookerInstanceEncryptionConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LookerInstanceEncryptionConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theLookerInstanceEncryptionConfig.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()Name of the customer managed encryption key (CMEK) in KMS.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(LookerInstanceEncryptionConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theLookerInstanceEncryptionConfig.Builder.
-
-
Method Detail
-
getKmsKeyName
public final String getKmsKeyName()
Description copied from interface:LookerInstanceEncryptionConfigName of the customer managed encryption key (CMEK) in KMS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#kms_key_name LookerInstance#kms_key_name}
- Specified by:
getKmsKeyNamein interfaceLookerInstanceEncryptionConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-