
com.pulumi.azurenative.healthbot.kotlin.BotArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.healthbot.kotlin
import com.pulumi.azurenative.healthbot.BotArgs.builder
import com.pulumi.azurenative.healthbot.kotlin.inputs.HealthBotPropertiesArgs
import com.pulumi.azurenative.healthbot.kotlin.inputs.HealthBotPropertiesArgsBuilder
import com.pulumi.azurenative.healthbot.kotlin.inputs.IdentityArgs
import com.pulumi.azurenative.healthbot.kotlin.inputs.IdentityArgsBuilder
import com.pulumi.azurenative.healthbot.kotlin.inputs.SkuArgs
import com.pulumi.azurenative.healthbot.kotlin.inputs.SkuArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Azure Health Bot resource definition
* Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2020-12-08.
* Other available API versions: 2020-12-08-preview, 2024-02-01.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:healthbot:Bot samplebotname /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthBot/healthBots/{botName}
* ```
* @property botName The name of the Bot resource.
* @property identity The identity of the Azure Health Bot.
* @property location The geo-location where the resource lives
* @property properties The set of properties specific to Azure Health Bot resource.
* @property resourceGroupName The name of the Bot resource group in the user subscription.
* @property sku SKU of the Azure Health Bot.
* @property tags Resource tags.
*/
public data class BotArgs(
public val botName: Output? = null,
public val identity: Output? = null,
public val location: Output? = null,
public val properties: Output? = null,
public val resourceGroupName: Output? = null,
public val sku: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy