Hadoop Cluster Roles Edge Node Https Endpoint Args
data class HadoopClusterRolesEdgeNodeHttpsEndpointArgs(val accessModes: Output<List<String>>? = null, val destinationPort: Output<Int>? = null, val disableGatewayAuth: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null, val subDomainSuffix: Output<String>? = null) : ConvertibleToJava<HadoopClusterRolesEdgeNodeHttpsEndpointArgs>
Constructors
Properties
Link copied to clipboard
A list of access modes for the application.
Link copied to clipboard
The destination port to connect to.
Link copied to clipboard
The value indicates whether the gateway authentication is enabled or not.
Link copied to clipboard
The private ip address of the endpoint.
Link copied to clipboard
The application's subdomain suffix.