Interface BigqueryDatasetDefaultEncryptionConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDatasetDefaultEncryptionConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.676Z") @Stability(Stable) public interface BigqueryDatasetDefaultEncryptionConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDatasetDefaultEncryptionConfiguration.BuilderA builder forBigqueryDatasetDefaultEncryptionConfigurationstatic classBigqueryDatasetDefaultEncryptionConfiguration.Jsii$ProxyAn implementation forBigqueryDatasetDefaultEncryptionConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryDatasetDefaultEncryptionConfiguration.Builderbuilder()StringgetKmsKeyName()Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table.The BigQuery Service Account associated with your project requires access to this encryption key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_dataset#kms_key_name BigqueryDataset#kms_key_name}
-
builder
@Stability(Stable) static BigqueryDatasetDefaultEncryptionConfiguration.Builder builder()
-
-