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