Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

The EngagementFabric account Uses Azure REST API version 2018-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SKUArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

The EngagementFabric account Uses Azure REST API version 2018-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard
Link copied to clipboard
class Channel : KotlinCustomResource

The EngagementFabric channel Uses Azure REST API version 2018-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
data class ChannelArgs(val accountName: Output<String>? = null, val channelFunctions: Output<List<String>>? = null, val channelName: Output<String>? = null, val channelType: Output<String>? = null, val credentials: Output<Map<String, String>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ChannelArgs>

The EngagementFabric channel Uses Azure REST API version 2018-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2018-09-01-preview.

Link copied to clipboard
Link copied to clipboard
object ChannelMapper : ResourceMapper<Channel>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account
Link copied to clipboard
fun channel(name: String): Channel
suspend fun channel(name: String, block: suspend ChannelResourceBuilder.() -> Unit): Channel