apiTargets

@JvmName(name = "ewyyktbrqtylinsr")
suspend fun apiTargets(value: Output<List<V2ApiTargetArgs>>)
@JvmName(name = "spbcflxgcdctbupw")
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 = "xbpyhtamjghlbwum")
suspend fun apiTargets(vararg values: Output<V2ApiTargetArgs>)


@JvmName(name = "dwshbaiqhgnifjar")
suspend fun apiTargets(values: List<Output<V2ApiTargetArgs>>)
@JvmName(name = "mjfkehdkolrlcxis")
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 = "uivfxhqwanphehds")
suspend fun apiTargets(argument: List<suspend V2ApiTargetArgsBuilder.() -> Unit>)
@JvmName(name = "onxkcwhuqfwsiptd")
suspend fun apiTargets(vararg argument: suspend V2ApiTargetArgsBuilder.() -> Unit)
@JvmName(name = "vfakcdnucbvngwsj")
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.