ResponsePlanIntegrationArgs

data class ResponsePlanIntegrationArgs(val pagerDutyConfiguration: Output<ResponsePlanPagerDutyConfigurationArgs>? = null) : ConvertibleToJava<ResponsePlanIntegrationArgs>

Constructors

Link copied to clipboard
constructor(pagerDutyConfiguration: Output<ResponsePlanPagerDutyConfigurationArgs>? = null)

Properties

Link copied to clipboard

Information about the PagerDuty service where the response plan creates an incident.

Functions

Link copied to clipboard
open override fun toJava(): ResponsePlanIntegrationArgs