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::Service PagerDutyDetails
Configuration details for registering a PagerDuty service.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AuthorizationConfig" :PagerDutyAuthorizationConfig, "Scopes" :[ String, ... ]}
YAML
AuthorizationConfig:PagerDutyAuthorizationConfigScopes:- String
Properties
-
The authorization configuration for the PagerDuty service.
Required: Yes
Type: PagerDutyAuthorizationConfig
Update requires: No interruption
Scopes-
The PagerDuty scopes that you grant to the service.
Required: Yes
Type: Array of String
Update requires: No interruption