Class DataFusionInstanceCryptoKeyConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_fusion_instance.DataFusionInstanceCryptoKeyConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataFusionInstanceCryptoKeyConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataFusionInstanceCryptoKeyConfig
@Stability(Stable) @Internal public static final class DataFusionInstanceCryptoKeyConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataFusionInstanceCryptoKeyConfig
An implementation forDataFusionInstanceCryptoKeyConfig
-
-
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.data_fusion_instance.DataFusionInstanceCryptoKeyConfig
DataFusionInstanceCryptoKeyConfig.Builder, DataFusionInstanceCryptoKeyConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataFusionInstanceCryptoKeyConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataFusionInstanceCryptoKeyConfig.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)StringgetKeyReference()The name of the key which is used to encrypt/decrypt customer data.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(DataFusionInstanceCryptoKeyConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataFusionInstanceCryptoKeyConfig.Builder.
-
-
Method Detail
-
getKeyReference
public final String getKeyReference()
Description copied from interface:DataFusionInstanceCryptoKeyConfigThe name of the key which is used to encrypt/decrypt customer data.For key in Cloud KMS, the key should be in the format of projects/* /locations/* /keyRings/* /cryptoKeys/*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#key_reference DataFusionInstance#key_reference} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
- Specified by:
getKeyReferencein interfaceDataFusionInstanceCryptoKeyConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-