All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.healthcare.kotlin.outputs.GetMedtechServiceResult.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.14.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.healthcare.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 * A collection of values returned by getMedtechService.
 * @property deviceMappingJson The Device Mappings of the Med Tech Service.
 * @property eventhubConsumerGroupName The Consumer Group of the Event Hub of the Healthcare Med Tech Service.
 * @property eventhubName The name of the Event Hub of the Healthcare Med Tech Service.
 * @property eventhubNamespaceName The namespace name of the Event Hub of the Healthcare Med Tech Service.
 * @property id The provider-assigned unique ID for this managed resource.
 * @property identities The `identity` block as defined below.
 * @property name
 * @property workspaceId
 */
public data class GetMedtechServiceResult(
    public val deviceMappingJson: String,
    public val eventhubConsumerGroupName: String,
    public val eventhubName: String,
    public val eventhubNamespaceName: String,
    public val id: String,
    public val identities: List,
    public val name: String,
    public val workspaceId: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.healthcare.outputs.GetMedtechServiceResult):
            GetMedtechServiceResult = GetMedtechServiceResult(
            deviceMappingJson = javaType.deviceMappingJson(),
            eventhubConsumerGroupName = javaType.eventhubConsumerGroupName(),
            eventhubName = javaType.eventhubName(),
            eventhubNamespaceName = javaType.eventhubNamespaceName(),
            id = javaType.id(),
            identities = javaType.identities().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.healthcare.kotlin.outputs.GetMedtechServiceIdentity.Companion.toKotlin(args0)
                })
            }),
            name = javaType.name(),
            workspaceId = javaType.workspaceId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy