Interface BigqueryTableEncryptionConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableEncryptionConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.730Z") @Stability(Stable) public interface BigqueryTableEncryptionConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableEncryptionConfiguration.BuilderA builder forBigqueryTableEncryptionConfigurationstatic classBigqueryTableEncryptionConfiguration.Jsii$ProxyAn implementation forBigqueryTableEncryptionConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryTableEncryptionConfiguration.Builderbuilder()StringgetKmsKeyName()The self link or full name of a key which should be used to encrypt this table.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
The 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}
-
builder
@Stability(Stable) static BigqueryTableEncryptionConfiguration.Builder builder()
-
-