destinations

@JvmName(name = "uslwrmydehbidixd")
suspend fun destinations(value: Output<List<AuthorizationPolicyRuleDestinationArgs>>)
@JvmName(name = "apygqmbtesvyfndn")
suspend fun destinations(value: List<AuthorizationPolicyRuleDestinationArgs>?)

Parameters

value

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. Structure is documented below.


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


@JvmName(name = "avrqqwuobnkoaxfu")
suspend fun destinations(values: List<Output<AuthorizationPolicyRuleDestinationArgs>>)
@JvmName(name = "tcdepxhfhmtqsqrw")
suspend fun destinations(vararg values: AuthorizationPolicyRuleDestinationArgs)

Parameters

values

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. Structure is documented below.


@JvmName(name = "dgfqyhpyybxiidmn")
suspend fun destinations(argument: List<suspend AuthorizationPolicyRuleDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "cbsqssifsyqwkxmm")
suspend fun destinations(vararg argument: suspend AuthorizationPolicyRuleDestinationArgsBuilder.() -> Unit)
@JvmName(name = "bytjwyqpwtywodhh")
suspend fun destinations(argument: suspend AuthorizationPolicyRuleDestinationArgsBuilder.() -> Unit)

Parameters

argument

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. Structure is documented below.