Application Get Https Endpoint Args
data class ApplicationGetHttpsEndpointArgs(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<ApplicationGetHttpsEndpointArgs>
Gets the application HTTP endpoints.
Constructors
Properties
Link copied to clipboard
The 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 to disable GatewayAuth.
Link copied to clipboard
The private ip address of the endpoint.
Link copied to clipboard
The subdomain suffix of the application.