Package-level declarations

Types

Link copied to clipboard
class Ledger : KotlinCustomResource

Manages a Confidential Ledger.

Link copied to clipboard
data class LedgerArgs(val azureadBasedServicePrincipals: Output<List<LedgerAzureadBasedServicePrincipalArgs>>? = null, val certificateBasedSecurityPrincipals: Output<List<LedgerCertificateBasedSecurityPrincipalArgs>>? = null, val ledgerType: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LedgerArgs>

Manages a Confidential Ledger.

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