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
    • 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}