Package-level declarations

Types

Link copied to clipboard
class Ledger : KotlinCustomResource

Confidential Ledger. Contains the properties of Confidential Ledger Resource. API Version: 2020-12-01-preview.

Link copied to clipboard
data class LedgerArgs(val ledgerName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<LedgerPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LedgerArgs>

Confidential Ledger. Contains the properties of Confidential Ledger Resource. API Version: 2020-12-01-preview.

Link copied to clipboard

Builder for LedgerArgs.

Link copied to clipboard
object LedgerMapper : ResourceMapper<Ledger>
Link copied to clipboard

Builder for Ledger.

Functions

Link copied to clipboard
fun ledger(name: String): Ledger
suspend fun ledger(name: String, block: suspend LedgerResourceBuilder.() -> Unit): Ledger