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

com.pulumi.azurenative.insights.kotlin.outputs.DataCollectionEndpointResponseLogsIngestion.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.insights.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * The endpoint used by clients to ingest logs.
 * @property endpoint The endpoint. This property is READ-ONLY.
 */
public data class DataCollectionEndpointResponseLogsIngestion(
    public val endpoint: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.insights.outputs.DataCollectionEndpointResponseLogsIngestion): DataCollectionEndpointResponseLogsIngestion = DataCollectionEndpointResponseLogsIngestion(
            endpoint = javaType.endpoint(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy