
com.pulumi.azurenative.eventgrid.kotlin.outputs.TopicsConfigurationResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.eventgrid.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Properties of the Topics Configuration.
* @property hostname The hostname for the topics configuration. This is a read-only property.
*/
public data class TopicsConfigurationResponse(
public val hostname: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.eventgrid.outputs.TopicsConfigurationResponse): TopicsConfigurationResponse = TopicsConfigurationResponse(
hostname = javaType.hostname(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy