apiTargets

@JvmName(name = "pcvktvbfakbisamk")
suspend fun apiTargets(value: Output<List<V2ApiTargetArgs>>)
@JvmName(name = "mfprrhckdcwjynrt")
suspend fun apiTargets(value: List<V2ApiTargetArgs>?)

Parameters

value

A restriction for a specific service and optionally one or more specific methods. Requests are allowed if they match any of these restrictions. If no restrictions are specified, all targets are allowed.


@JvmName(name = "aaqksdeuwrpkubok")
suspend fun apiTargets(vararg values: Output<V2ApiTargetArgs>)


@JvmName(name = "oxwgaycdoghwetgn")
suspend fun apiTargets(values: List<Output<V2ApiTargetArgs>>)
@JvmName(name = "qliicfaofejsjcqv")
suspend fun apiTargets(vararg values: V2ApiTargetArgs)

Parameters

values

A restriction for a specific service and optionally one or more specific methods. Requests are allowed if they match any of these restrictions. If no restrictions are specified, all targets are allowed.


@JvmName(name = "vhdkpooeujflserv")
suspend fun apiTargets(argument: List<suspend V2ApiTargetArgsBuilder.() -> Unit>)
@JvmName(name = "nhymbdfiyhigjxtt")
suspend fun apiTargets(vararg argument: suspend V2ApiTargetArgsBuilder.() -> Unit)
@JvmName(name = "tesguiufhyvfnmak")
suspend fun apiTargets(argument: suspend V2ApiTargetArgsBuilder.() -> Unit)

Parameters

argument

A restriction for a specific service and optionally one or more specific methods. Requests are allowed if they match any of these restrictions. If no restrictions are specified, all targets are allowed.