

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::MediaLive::Channel FrameCaptureGroupSettings
<a name="aws-properties-medialive-channel-framecapturegroupsettings"></a>

The settings for a frame capture output group.

The parent of this entity is OutputGroupSettings.

## Syntax
<a name="aws-properties-medialive-channel-framecapturegroupsettings-syntax"></a>

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

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

```
{
  "[Destination](#cfn-medialive-channel-framecapturegroupsettings-destination)" : OutputLocationRef,
  "[FrameCaptureCdnSettings](#cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings)" : FrameCaptureCdnSettings
}
```

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

```
  [Destination](#cfn-medialive-channel-framecapturegroupsettings-destination): 
    OutputLocationRef
  [FrameCaptureCdnSettings](#cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings): 
    FrameCaptureCdnSettings
```

## Properties
<a name="aws-properties-medialive-channel-framecapturegroupsettings-properties"></a>

`Destination`  <a name="cfn-medialive-channel-framecapturegroupsettings-destination"></a>
The destination for the frame capture files. The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling\$1) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling\$1). The final file names consist of the prefix from the destination field (for example, "curling\$1") \$1 name modifier \$1 the counter (5 digits, starting from 00001) \$1 extension (which is always .jpg). For example, curlingLow.00001.jpg.  
*Required*: No  
*Type*: [OutputLocationRef](aws-properties-medialive-channel-outputlocationref.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FrameCaptureCdnSettings`  <a name="cfn-medialive-channel-framecapturegroupsettings-framecapturecdnsettings"></a>
Settings to configure the destination of a Frame Capture output.  
*Required*: No  
*Type*: [FrameCaptureCdnSettings](aws-properties-medialive-channel-framecapturecdnsettings.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)