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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the pagerDuty configuration.

Link copied to clipboard

The AWS secrets manager secretId storing the pagerDuty token.