Interface DataprocClusterClusterConfigEndpointConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigEndpointConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.699Z") @Stability(Stable) public interface DataprocClusterClusterConfigEndpointConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigEndpointConfig.BuilderA builder forDataprocClusterClusterConfigEndpointConfigstatic classDataprocClusterClusterConfigEndpointConfig.Jsii$ProxyAn implementation forDataprocClusterClusterConfigEndpointConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocClusterClusterConfigEndpointConfig.Builderbuilder()ObjectgetEnableHttpPortAccess()The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway).
-
-
-
Method Detail
-
getEnableHttpPortAccess
@Stability(Stable) @NotNull Object getEnableHttpPortAccess()
The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway).Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#enable_http_port_access DataprocCluster#enable_http_port_access}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigEndpointConfig.Builder builder()
-
-