HttpRouteConfigPropertiesArgs

data class HttpRouteConfigPropertiesArgs(val customDomains: Output<List<CustomDomainArgs>>? = null, val rules: Output<List<HttpRouteRuleArgs>>? = null) : ConvertibleToJava<HttpRouteConfigPropertiesArgs>

Http Route Config properties

Constructors

Link copied to clipboard
constructor(customDomains: Output<List<CustomDomainArgs>>? = null, rules: Output<List<HttpRouteRuleArgs>>? = null)

Properties

Link copied to clipboard
val customDomains: Output<List<CustomDomainArgs>>? = null

Custom domain bindings for http Routes' hostnames.

Link copied to clipboard
val rules: Output<List<HttpRouteRuleArgs>>? = null

Routing Rules for http route resource.

Functions

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