
com.pulumi.awsnative.devopsguru.kotlin.outputs.GetNotificationChannelResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.devopsguru.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id The ID of a notification channel.
*/
public data class GetNotificationChannelResult(
public val id: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.devopsguru.outputs.GetNotificationChannelResult): GetNotificationChannelResult = GetNotificationChannelResult(
id = javaType.id().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy