

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::Channel VideoSelectorSettings
<a name="aws-properties-medialive-channel-videoselectorsettings"></a>

Information about the video to extract from the input.

The parent of this entity is VideoSelector.

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

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

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

```
{
  "[VideoSelectorPid](#cfn-medialive-channel-videoselectorsettings-videoselectorpid)" : {{VideoSelectorPid}},
  "[VideoSelectorProgramId](#cfn-medialive-channel-videoselectorsettings-videoselectorprogramid)" : {{VideoSelectorProgramId}}
}
```

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

```
  [VideoSelectorPid](#cfn-medialive-channel-videoselectorsettings-videoselectorpid): {{
    VideoSelectorPid}}
  [VideoSelectorProgramId](#cfn-medialive-channel-videoselectorsettings-videoselectorprogramid): {{
    VideoSelectorProgramId}}
```

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

`VideoSelectorPid`  <a name="cfn-medialive-channel-videoselectorsettings-videoselectorpid"></a>
Used to extract video by PID.  
*Required*: No  
*Type*: [VideoSelectorPid](aws-properties-medialive-channel-videoselectorpid.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`VideoSelectorProgramId`  <a name="cfn-medialive-channel-videoselectorsettings-videoselectorprogramid"></a>
Used to extract video by program ID.  
*Required*: No  
*Type*: [VideoSelectorProgramId](aws-properties-medialive-channel-videoselectorprogramid.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)