Package-level declarations

Types

Link copied to clipboard
class Ledger : KotlinCustomResource

Confidential Ledger. Contains the properties of Confidential Ledger Resource. Uses Azure REST API version 2022-05-13. In version 1.x of the Azure Native provider, it used API version 2020-12-01-preview. Other available API versions: 2023-01-26-preview, 2023-06-28-preview, 2024-07-09-preview, 2024-09-19-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. Uses Azure REST API version 2022-05-13. In version 1.x of the Azure Native provider, it used API version 2020-12-01-preview. Other available API versions: 2023-01-26-preview, 2023-06-28-preview, 2024-07-09-preview, 2024-09-19-preview.

Link copied to clipboard

Builder for LedgerArgs.

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

Builder for Ledger.

Link copied to clipboard
class ManagedCCF : KotlinCustomResource

Managed CCF. Contains the properties of Managed CCF Resource. Uses Azure REST API version 2023-01-26-preview. Other available API versions: 2023-06-28-preview, 2024-07-09-preview, 2024-09-19-preview.

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

Managed CCF. Contains the properties of Managed CCF Resource. Uses Azure REST API version 2023-01-26-preview. Other available API versions: 2023-06-28-preview, 2024-07-09-preview, 2024-09-19-preview.

Link copied to clipboard
Link copied to clipboard
object ManagedCCFMapper : ResourceMapper<ManagedCCF>
Link copied to clipboard

Functions

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