Endpoint Args
data class EndpointArgs(val hostIp: Output<String>? = null, val name: Output<String>? = null, val protocol: Output<Either<String, Protocol>>? = null, val published: Output<Int>? = null, val target: Output<Int>? = null) : ConvertibleToJava<EndpointArgs>
Describes the endpoint configuration for the container