Interface BigqueryJobQueryDestinationEncryptionConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryJobQueryDestinationEncryptionConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.704Z") @Stability(Stable) public interface BigqueryJobQueryDestinationEncryptionConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryJobQueryDestinationEncryptionConfiguration.BuilderA builder forBigqueryJobQueryDestinationEncryptionConfigurationstatic classBigqueryJobQueryDestinationEncryptionConfiguration.Jsii$ProxyAn implementation forBigqueryJobQueryDestinationEncryptionConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryJobQueryDestinationEncryptionConfiguration.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_job#kms_key_name BigqueryJob#kms_key_name}
-
builder
@Stability(Stable) static BigqueryJobQueryDestinationEncryptionConfiguration.Builder builder()
-
-