AWS::SSMIncidents::ResponsePlan PagerDutyConfiguration
Details about the PagerDuty configuration for a response plan.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Name" :String, "PagerDutyIncidentConfiguration" :PagerDutyIncidentConfiguration, "SecretId" :String}
YAML
Name:StringPagerDutyIncidentConfiguration:PagerDutyIncidentConfigurationSecretId:String
Properties
Name-
The name of the PagerDuty configuration.
Required: Yes
Type: String
Update requires: No interruption
PagerDutyIncidentConfiguration-
Details about the PagerDuty service associated with the configuration.
Required: Yes
Type: PagerDutyIncidentConfiguration
Update requires: No interruption
SecretId-
The ID of the Amazon Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
Required: Yes
Type: String
Update requires: No interruption