AWS::SSMContacts::Contact Stage - AWS CloudFormation

AWS::SSMContacts::Contact Stage

The Stage property type specifies a set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "DurationInMinutes" : Integer, "RotationIds" : [ String, ... ], "Targets" : [ Targets, ... ] }

YAML

DurationInMinutes: Integer RotationIds: - String Targets: - Targets

Properties

DurationInMinutes

The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.

Required: No

Type: Integer

Minimum: 0

Maximum: 30

Update requires: No interruption

RotationIds

The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.

Required: No

Type: Array of String

Update requires: No interruption

Targets

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Required: No

Type: Array of Targets

Update requires: No interruption