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

com.pulumi.azure.containerservice.kotlin.outputs.GetKubernetesClusterMicrosoftDefender.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.containerservice.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property logAnalyticsWorkspaceId The ID of the Log Analytics Workspace to which the OMS Agent should send data.
 */
public data class GetKubernetesClusterMicrosoftDefender(
    public val logAnalyticsWorkspaceId: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.containerservice.outputs.GetKubernetesClusterMicrosoftDefender):
            GetKubernetesClusterMicrosoftDefender = GetKubernetesClusterMicrosoftDefender(
            logAnalyticsWorkspaceId = javaType.logAnalyticsWorkspaceId(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy