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.
AWS::MediaLive::Channel AudioSelector
Information about one audio to extract from the input.
The parent of this entity is InputSettings.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
, "SelectorSettings" :AudioSelectorSettings
}
YAML
Name:
String
SelectorSettings:AudioSelectorSettings
Properties
Name
-
A name for this AudioSelector.
Required: No
Type: String
Update requires: No interruption
SelectorSettings
-
Information about the specific audio to extract from the input.
Required: No
Type: AudioSelectorSettings
Update requires: No interruption