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

com.pulumi.azure.sentinel.kotlin.outputs.AlertRuleAnomalyDuplicateRequiredDataConnector.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.sentinel.kotlin.outputs

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

/**
 *
 * @property connectorId The ID of the required Data Connector.
 * @property dataTypes A list of data types of the required Data Connector.
 */
public data class AlertRuleAnomalyDuplicateRequiredDataConnector(
    public val connectorId: String? = null,
    public val dataTypes: List? = null,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.sentinel.outputs.AlertRuleAnomalyDuplicateRequiredDataConnector):
            AlertRuleAnomalyDuplicateRequiredDataConnector =
            AlertRuleAnomalyDuplicateRequiredDataConnector(
                connectorId = javaType.connectorId().map({ args0 -> args0 }).orElse(null),
                dataTypes = javaType.dataTypes().map({ args0 -> args0 }),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy