com.pulumi.azurenative.healthdataaiservices.kotlin.DeidServiceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.healthdataaiservices.kotlin
import com.pulumi.azurenative.healthdataaiservices.DeidServiceArgs.builder
import com.pulumi.azurenative.healthdataaiservices.kotlin.inputs.DeidServicePropertiesArgs
import com.pulumi.azurenative.healthdataaiservices.kotlin.inputs.DeidServicePropertiesArgsBuilder
import com.pulumi.azurenative.healthdataaiservices.kotlin.inputs.ManagedServiceIdentityArgs
import com.pulumi.azurenative.healthdataaiservices.kotlin.inputs.ManagedServiceIdentityArgsBuilder
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
/**
* A HealthDataAIServicesProviderHub resource
* Azure REST API version: 2024-02-28-preview.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:healthdataaiservices:DeidService nlrthrxaukih /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}
* ```
* @property deidServiceName The name of the deid service
* @property identity The managed service identities assigned to this resource.
* @property location The geo-location where the resource lives
* @property properties The resource-specific properties for this resource.
* @property resourceGroupName The name of the resource group. The name is case insensitive.
* @property tags Resource tags.
*/
public data class DeidServiceArgs(
public val deidServiceName: Output? = null,
public val identity: Output? = null,
public val location: Output? = null,
public val properties: Output? = null,
public val resourceGroupName: Output? = null,
public val tags: Output