Interface DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.813Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig.Builderbuilder()default StringgetPolicy()Optional.
-
-
-
Method Detail
-
getPolicy
@Stability(Stable) @Nullable default String getPolicy()
Optional.The autoscaling policy used by the cluster. Only resource names including projectid and location (region) are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]` * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]` Note that the policy must be in the same project and Dataproc region. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#policy DataprocWorkflowTemplate#policy}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig.Builder builder()
-
-