HttpHostConfigArgs

data class HttpHostConfigArgs(val name: Output<String>, val routes: Output<List<HttpRouteConfigArgs>>) : ConvertibleToJava<HttpHostConfigArgs>

Describes the hostname properties for http routing.

Constructors

Link copied to clipboard
constructor(name: Output<String>, routes: Output<List<HttpRouteConfigArgs>>)

Properties

Link copied to clipboard
val name: Output<String>

http hostname config name.

Link copied to clipboard

Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.

Functions

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