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