
com.pulumi.awsnative.ssmincidents.kotlin.outputs.ResponsePlanIntegration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.ssmincidents.kotlin.outputs
import kotlin.Suppress
/**
*
* @property pagerDutyConfiguration Information about the PagerDuty service where the response plan creates an incident.
*/
public data class ResponsePlanIntegration(
public val pagerDutyConfiguration: ResponsePlanPagerDutyConfiguration? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.ssmincidents.outputs.ResponsePlanIntegration): ResponsePlanIntegration = ResponsePlanIntegration(
pagerDutyConfiguration = javaType.pagerDutyConfiguration().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.ssmincidents.kotlin.outputs.ResponsePlanPagerDutyConfiguration.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy