Destination Args
data class DestinationArgs(val hosts: Output<List<String>>, val httpHeaderMatch: Output<HttpHeaderMatchArgs>? = null, val methods: Output<List<String>>? = null, val ports: Output<List<Int>>) : ConvertibleToJava<DestinationArgs>
Specification of traffic destination attributes.
Constructors
Link copied to clipboard
fun DestinationArgs(hosts: Output<List<String>>, httpHeaderMatch: Output<HttpHeaderMatchArgs>? = null, methods: Output<List<String>>? = null, ports: Output<List<Int>>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy.