Interface DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.813Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builderbuilder()default StringgetGcePdKmsKeyName()Optional.
-
-
-
Method Detail
-
getGcePdKmsKeyName
@Stability(Stable) @Nullable default String getGcePdKmsKeyName()
Optional. 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_workflow_template#gce_pd_kms_key_name DataprocWorkflowTemplate#gce_pd_kms_key_name}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builder builder()
-
-