

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::MediaLive::SignalMap MonitorDeployment
<a name="aws-properties-medialive-signalmap-monitordeployment"></a>

Represents the latest monitor deployment of a signal map.

## Syntax
<a name="aws-properties-medialive-signalmap-monitordeployment-syntax"></a>

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

### JSON
<a name="aws-properties-medialive-signalmap-monitordeployment-syntax.json"></a>

```
{
  "[DetailsUri](#cfn-medialive-signalmap-monitordeployment-detailsuri)" : {{String}},
  "[ErrorMessage](#cfn-medialive-signalmap-monitordeployment-errormessage)" : {{String}},
  "[Status](#cfn-medialive-signalmap-monitordeployment-status)" : {{String}}
}
```

### YAML
<a name="aws-properties-medialive-signalmap-monitordeployment-syntax.yaml"></a>

```
  [DetailsUri](#cfn-medialive-signalmap-monitordeployment-detailsuri): {{String}}
  [ErrorMessage](#cfn-medialive-signalmap-monitordeployment-errormessage): {{String}}
  [Status](#cfn-medialive-signalmap-monitordeployment-status): {{String}}
```

## Properties
<a name="aws-properties-medialive-signalmap-monitordeployment-properties"></a>

`DetailsUri`  <a name="cfn-medialive-signalmap-monitordeployment-detailsuri"></a>
URI associated with a signal map's monitor deployment.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ErrorMessage`  <a name="cfn-medialive-signalmap-monitordeployment-errormessage"></a>
Error message associated with a failed monitor deployment of a signal map.  
*Required*: No  
*Type*: String  
*Minimum*: `0`  
*Maximum*: `2048`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Status`  <a name="cfn-medialive-signalmap-monitordeployment-status"></a>
The signal map monitor deployment status.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `NOT_DEPLOYED | DRY_RUN_DEPLOYMENT_COMPLETE | DRY_RUN_DEPLOYMENT_FAILED | DRY_RUN_DEPLOYMENT_IN_PROGRESS | DEPLOYMENT_COMPLETE | DEPLOYMENT_FAILED | DEPLOYMENT_IN_PROGRESS | DELETE_COMPLETE | DELETE_FAILED | DELETE_IN_PROGRESS`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)