destinations

@JvmName(name = "umfquolfeyulriqv")
suspend fun destinations(value: Output<List<DestinationArgs>>)
@JvmName(name = "iwhgwvgqsvtmmcgj")
suspend fun destinations(value: List<DestinationArgs>?)

Parameters

value

Optional. List of attributes for the traffic destination. All of the destinations must match. A destination is a match if a request matches all the specified hosts, ports, methods and headers. If not set, the action specified in the 'action' field will be applied without any rule checks for the destination.


@JvmName(name = "yhfrpvhbawchgfpw")
suspend fun destinations(vararg values: Output<DestinationArgs>)


@JvmName(name = "wsbrttrbquxfigsn")
suspend fun destinations(values: List<Output<DestinationArgs>>)
@JvmName(name = "koysscxombfpkwwx")
suspend fun destinations(vararg values: DestinationArgs)

Parameters

values

Optional. List of attributes for the traffic destination. All of the destinations must match. A destination is a match if a request matches all the specified hosts, ports, methods and headers. If not set, the action specified in the 'action' field will be applied without any rule checks for the destination.


@JvmName(name = "qgvfncvvqnvkanuf")
suspend fun destinations(argument: List<suspend DestinationArgsBuilder.() -> Unit>)
@JvmName(name = "rloomimbcrgvmcth")
suspend fun destinations(vararg argument: suspend DestinationArgsBuilder.() -> Unit)
@JvmName(name = "jirmvbvnxdfxdwap")
suspend fun destinations(argument: suspend DestinationArgsBuilder.() -> Unit)

Parameters

argument

Optional. List of attributes for the traffic destination. All of the destinations must match. A destination is a match if a request matches all the specified hosts, ports, methods and headers. If not set, the action specified in the 'action' field will be applied without any rule checks for the destination.