

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

# AWS::SSMContacts::Plan ContactTargetInfo
<a name="aws-properties-ssmcontacts-plan-contacttargetinfo"></a>

The contact that Incident Manager is engaging during an incident.

## Syntax
<a name="aws-properties-ssmcontacts-plan-contacttargetinfo-syntax"></a>

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

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

```
{
  "[ContactId](#cfn-ssmcontacts-plan-contacttargetinfo-contactid)" : {{String}},
  "[IsEssential](#cfn-ssmcontacts-plan-contacttargetinfo-isessential)" : {{Boolean}}
}
```

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

```
  [ContactId](#cfn-ssmcontacts-plan-contacttargetinfo-contactid): {{String}}
  [IsEssential](#cfn-ssmcontacts-plan-contacttargetinfo-isessential): {{Boolean}}
```

## Properties
<a name="aws-properties-ssmcontacts-plan-contacttargetinfo-properties"></a>

`ContactId`  <a name="cfn-ssmcontacts-plan-contacttargetinfo-contactid"></a>
The Amazon Resource Name (ARN) of the contact.  
*Required*: Yes  
*Type*: String  
*Pattern*: `arn:(aws|aws-cn|aws-us-gov):ssm-contacts:[-\w+=\/,.@]*:[0-9]+:([\w+=\/,.@:-])*`  
*Minimum*: `1`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`IsEssential`  <a name="cfn-ssmcontacts-plan-contacttargetinfo-isessential"></a>
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.  
*Required*: Yes  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)