# PagerDuty::EscalationPolicies::EscalationPolicy EscalationRule ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "EscalationDelayInMinutes" : Integer, "Targets" : [ Target, ... ] }### YAML
EscalationDelayInMinutes: Integer Targets: - Target## Properties #### EscalationDelayInMinutes The number of minutes before an unacknowledged incident escalates away from this rule. _Required_: Yes _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Targets The targets an incident should be assigned to upon reaching this rule. _Required_: Yes _Type_: List of Target _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)