This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringPagerDutyIncidentConfiguration:PagerDutyIncidentConfigurationSecretId:String
Properties
Name-
The name of the PagerDuty configuration.
Required: Yes
Type: String
Minimum:
1Maximum:
200Update 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:
1Maximum:
512Update requires: No interruption