This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DevOpsAgent::Association PagerDutyConfiguration
Configuration for PagerDuty integration. Specifies the customer email, service IDs, and webhook settings to enable the Agent Space to access incident data, on-call schedules, and service information.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CustomerEmail" :String, "EnableWebhookUpdates" :Boolean, "Services" :[ String, ... ]}
YAML
CustomerEmail:StringEnableWebhookUpdates:BooleanServices:- String
Properties
CustomerEmail-
The email address used in the PagerDuty API request header.
Required: Yes
Type: String
Update requires: No interruption
EnableWebhookUpdates-
Specifies whether the Agent Space creates and updates webhooks for receiving notifications and events from the service.
Required: No
Type: Boolean
Update requires: No interruption
Services-
The list of PagerDuty service IDs available for the association.
Required: Yes
Type: Array of String
Update requires: No interruption