ResponsePlanPagerDutyConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the pagerDuty configuration.

Link copied to clipboard

Details about the PagerDuty service associated with the configuration.

Link copied to clipboard

The AWS secrets manager secretId storing the pagerDuty token.