apiTargets

@JvmName(name = "rceqwgdylmleemoh")
suspend fun apiTargets(value: Output<List<ApiKeyRestrictionsApiTargetArgs>>)
@JvmName(name = "gmqkgndqpheqfpva")
suspend fun apiTargets(value: List<ApiKeyRestrictionsApiTargetArgs>?)

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 = "wdsqmyfoagynucrk")
suspend fun apiTargets(vararg values: Output<ApiKeyRestrictionsApiTargetArgs>)


@JvmName(name = "vnckjtkrbyaxyfqq")
suspend fun apiTargets(values: List<Output<ApiKeyRestrictionsApiTargetArgs>>)
@JvmName(name = "anxalucjjxmeihsf")
suspend fun apiTargets(vararg values: ApiKeyRestrictionsApiTargetArgs)

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 = "qokngnuopgdnlvwr")
suspend fun apiTargets(argument: List<suspend ApiKeyRestrictionsApiTargetArgsBuilder.() -> Unit>)
@JvmName(name = "bjiyylkklplomlon")
suspend fun apiTargets(vararg argument: suspend ApiKeyRestrictionsApiTargetArgsBuilder.() -> Unit)
@JvmName(name = "nemrplcibhksqgjg")
suspend fun apiTargets(argument: suspend ApiKeyRestrictionsApiTargetArgsBuilder.() -> 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.