ApplicationGetHttpsEndpointArgs

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

Link copied to clipboard
constructor(accessModes: Output<List<String>>? = null, destinationPort: Output<Int>? = null, disableGatewayAuth: Output<Boolean>? = null, privateIPAddress: Output<String>? = null, subDomainSuffix: Output<String>? = null)

Properties

Link copied to clipboard
val accessModes: Output<List<String>>? = null

The list of access modes for the application.

Link copied to clipboard
val destinationPort: Output<Int>? = null

The destination port to connect to.

Link copied to clipboard
val disableGatewayAuth: Output<Boolean>? = null

The value indicates whether to disable GatewayAuth.

Link copied to clipboard
val privateIPAddress: Output<String>? = null

The private ip address of the endpoint.

Link copied to clipboard
val subDomainSuffix: Output<String>? = null

The subdomain suffix of the application.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGetHttpsEndpointArgs