lifecycleScope

@JvmName(name = "lkelgumwkaonqtlp")
suspend fun lifecycleScope(value: Output<String>)
@JvmName(name = "wqtjcdndmlytmsql")
suspend fun lifecycleScope(value: String?)

Parameters

value

Lifecycle scope of the resource to manage. Valid values are CREATE_ONLY and CRUD. Defaults to CREATE_ONLY. CREATE_ONLY will invoke the function only on creation or replacement. CRUD will invoke the function on each lifecycle event, and augment the input JSON payload with additional lifecycle information.