destinations

@JvmName(name = "pykgapgamfmgofxg")
suspend fun destinations(value: Output<List<DestinationArgs>>)
@JvmName(name = "gjibuusxwpfyefql")
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 = "gwtqynkccbpalmau")
suspend fun destinations(vararg values: Output<DestinationArgs>)


@JvmName(name = "iogtcegdiuwklwbs")
suspend fun destinations(values: List<Output<DestinationArgs>>)
@JvmName(name = "nkkcuwhpatspybdj")
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 = "xgbxkpotxlilyykf")
suspend fun destinations(argument: List<suspend DestinationArgsBuilder.() -> Unit>)
@JvmName(name = "pvxdmlhnxwxhpgvt")
suspend fun destinations(vararg argument: suspend DestinationArgsBuilder.() -> Unit)
@JvmName(name = "jkxgurysvdakeplm")
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.