AWS::MediaLive::Channel InputAttachment
An input to attach to this channel.
This entity is at the top level in the channel.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AutomaticInputFailoverSettings" :
AutomaticInputFailoverSettings
, "InputAttachmentName" :String
, "InputId" :String
, "InputSettings" :InputSettings
}
YAML
AutomaticInputFailoverSettings:
AutomaticInputFailoverSettings
InputAttachmentName:String
InputId:String
InputSettings:InputSettings
Properties
AutomaticInputFailoverSettings
-
Settings to implement automatic input failover in this input.
Required: No
Type: AutomaticInputFailoverSettings
Update requires: No interruption
InputAttachmentName
-
A name for the attachment. This is required if you want to use this input in an input switch action.
Required: No
Type: String
Update requires: No interruption
InputId
-
The ID of the input to attach.
Required: No
Type: String
Update requires: No interruption
InputSettings
-
Information about the content to extract from the input and about the general handling of the content.
Required: No
Type: InputSettings
Update requires: No interruption