Class BigqueryTableEncryptionConfiguration.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableEncryptionConfiguration.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableEncryptionConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableEncryptionConfiguration
@Stability(Stable) @Internal public static final class BigqueryTableEncryptionConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableEncryptionConfiguration
An implementation forBigqueryTableEncryptionConfiguration
-
-
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.bigquery_table.BigqueryTableEncryptionConfiguration
BigqueryTableEncryptionConfiguration.Builder, BigqueryTableEncryptionConfiguration.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableEncryptionConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableEncryptionConfiguration.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 self link or full name of a key which should be used to encrypt this table.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(BigqueryTableEncryptionConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableEncryptionConfiguration.Builder.
-
-
Method Detail
-
getKmsKeyName
public final String getKmsKeyName()
Description copied from interface:BigqueryTableEncryptionConfigurationThe self link or full name of a key which should be used to encrypt this table.Note that the default bigquery service account will need to have encrypt/decrypt permissions on this key - you may want to see the google_bigquery_default_service_account datasource and the google_kms_crypto_key_iam_binding resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#kms_key_name BigqueryTable#kms_key_name}
- Specified by:
getKmsKeyNamein interfaceBigqueryTableEncryptionConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-