AWS::SSMIncidents::ResponsePlan PagerDutyConfiguration
Details about the PagerDuty configuration for a response plan.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
, "PagerDutyIncidentConfiguration" :PagerDutyIncidentConfiguration
, "SecretId" :String
}
YAML
Name:
String
PagerDutyIncidentConfiguration:PagerDutyIncidentConfiguration
SecretId:String
Properties
Name
-
The name of the PagerDuty configuration.
Required: Yes
Type: String
Minimum:
1
Maximum:
200
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 AWS 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
Minimum:
1
Maximum:
512
Update requires: No interruption