requestId

@JvmName(name = "vkmkgixdtuhvlrug")
suspend fun requestId(value: Output<String>)
@JvmName(name = "sgolhhjchwwbxdjv")
suspend fun requestId(value: String?)

Parameters

value

A string id used to detect duplicated requests. Ids are automatically scoped to a project, so users should ensure the ID is unique per-project. A UUID is recommended. Optional, but strongly recommended.