

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SSMContacts::Contact Stage
<a name="aws-properties-ssmcontacts-contact-stage"></a>

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
<a name="aws-properties-ssmcontacts-contact-stage-syntax"></a>

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

### JSON
<a name="aws-properties-ssmcontacts-contact-stage-syntax.json"></a>

```
{
  "[DurationInMinutes](#cfn-ssmcontacts-contact-stage-durationinminutes)" : Integer,
  "[RotationIds](#cfn-ssmcontacts-contact-stage-rotationids)" : [ String, ... ],
  "[Targets](#cfn-ssmcontacts-contact-stage-targets)" : [ Targets, ... ]
}
```

### YAML
<a name="aws-properties-ssmcontacts-contact-stage-syntax.yaml"></a>

```
  [DurationInMinutes](#cfn-ssmcontacts-contact-stage-durationinminutes): Integer
  [RotationIds](#cfn-ssmcontacts-contact-stage-rotationids): 
    - String
  [Targets](#cfn-ssmcontacts-contact-stage-targets): 
    - Targets
```

## Properties
<a name="aws-properties-ssmcontacts-contact-stage-properties"></a>

`DurationInMinutes`  <a name="cfn-ssmcontacts-contact-stage-durationinminutes"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RotationIds`  <a name="cfn-ssmcontacts-contact-stage-rotationids"></a>
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.  
*Required*: No  
*Type*: Array of String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Targets`  <a name="cfn-ssmcontacts-contact-stage-targets"></a>
The contacts or contact methods that the escalation plan or engagement plan is engaging.  
*Required*: No  
*Type*: [Array](aws-properties-ssmcontacts-contact-targets.md) of [Targets](aws-properties-ssmcontacts-contact-targets.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)