Package-level declarations

Types

Link copied to clipboard
class Lien : KotlinCustomResource

A Lien represents an encumbrance on the actions that can be performed on a resource.

Link copied to clipboard
data class LienArgs(val origin: Output<String>? = null, val parent: Output<String>? = null, val reason: Output<String>? = null, val restrictions: Output<List<String>>? = null) : ConvertibleToJava<LienArgs>

A Lien represents an encumbrance on the actions that can be performed on a resource.

Link copied to clipboard

Builder for LienArgs.

Link copied to clipboard
object LienMapper : ResourceMapper<Lien>
Link copied to clipboard

Builder for Lien.

Functions

Link copied to clipboard
fun lien(name: String): Lien
suspend fun lien(name: String, block: suspend LienResourceBuilder.() -> Unit): Lien