clientToken

@JvmName(name = "xcusdsugusaoxkhw")
suspend fun clientToken(value: Output<String>)
@JvmName(name = "qymfvgsloylscyjf")
suspend fun clientToken(value: String?)

Parameters

value

Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.

  • If CreateScheduledQuery is called without a ClientToken , the Query SDK generates a ClientToken on your behalf.

  • After 8 hours, any request with the same ClientToken is treated as a new request.