Interface DataprocClusterClusterConfigEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.699Z") @Stability(Stable) public interface DataprocClusterClusterConfigEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigEncryptionConfig.BuilderA builder forDataprocClusterClusterConfigEncryptionConfigstatic classDataprocClusterClusterConfigEncryptionConfig.Jsii$ProxyAn implementation forDataprocClusterClusterConfigEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocClusterClusterConfigEncryptionConfig.Builderbuilder()StringgetKmsKeyName()The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#kms_key_name DataprocCluster#kms_key_name}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigEncryptionConfig.Builder builder()
-
-