Backend Service Consistent Hash Http Cookie Args
data class BackendServiceConsistentHashHttpCookieArgs(val name: Output<String>? = null, val path: Output<String>? = null, val ttl: Output<BackendServiceConsistentHashHttpCookieTtlArgs>? = null) : ConvertibleToJava<BackendServiceConsistentHashHttpCookieArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, path: Output<String>? = null, ttl: Output<BackendServiceConsistentHashHttpCookieTtlArgs>? = null)