

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::MediaConnect::Flow VideoMonitoringSetting
<a name="aws-properties-mediaconnect-flow-videomonitoringsetting"></a>

Specifies the configuration for video stream metrics monitoring.

## Syntax
<a name="aws-properties-mediaconnect-flow-videomonitoringsetting-syntax"></a>

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

### JSON
<a name="aws-properties-mediaconnect-flow-videomonitoringsetting-syntax.json"></a>

```
{
  "[BlackFrames](#cfn-mediaconnect-flow-videomonitoringsetting-blackframes)" : {{BlackFrames}},
  "[FrozenFrames](#cfn-mediaconnect-flow-videomonitoringsetting-frozenframes)" : {{FrozenFrames}}
}
```

### YAML
<a name="aws-properties-mediaconnect-flow-videomonitoringsetting-syntax.yaml"></a>

```
  [BlackFrames](#cfn-mediaconnect-flow-videomonitoringsetting-blackframes): {{
    BlackFrames}}
  [FrozenFrames](#cfn-mediaconnect-flow-videomonitoringsetting-frozenframes): {{
    FrozenFrames}}
```

## Properties
<a name="aws-properties-mediaconnect-flow-videomonitoringsetting-properties"></a>

`BlackFrames`  <a name="cfn-mediaconnect-flow-videomonitoringsetting-blackframes"></a>
Detects video frames that are black.   
*Required*: No  
*Type*: [BlackFrames](aws-properties-mediaconnect-flow-blackframes.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrozenFrames`  <a name="cfn-mediaconnect-flow-videomonitoringsetting-frozenframes"></a>
Detects video frames that have not changed.   
*Required*: No  
*Type*: [FrozenFrames](aws-properties-mediaconnect-flow-frozenframes.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)