Response Plan Pager Duty Configuration
data class ResponsePlanPagerDutyConfiguration(val name: String, val pagerDutyIncidentConfiguration: ResponsePlanPagerDutyIncidentConfiguration, val secretId: String)
The pagerDuty configuration to use when starting the incident.
Constructors
Link copied to clipboard
constructor(name: String, pagerDutyIncidentConfiguration: ResponsePlanPagerDutyIncidentConfiguration, secretId: String)