View a markdown version of this page

AWS::DevOpsAgent::Association PagerDutyConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "CustomerEmail" : String, "EnableWebhookUpdates" : Boolean, "Services" : [ String, ... ] }

YAML

CustomerEmail: String EnableWebhookUpdates: Boolean Services: - 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