Interface DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.814Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig.Builderbuilder()default ObjectgetEnableHttpPortAccess()Optional.
-
-
-
Method Detail
-
getEnableHttpPortAccess
@Stability(Stable) @Nullable default Object getEnableHttpPortAccess()
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#enable_http_port_access DataprocWorkflowTemplate#enable_http_port_access}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig.Builder builder()
-
-