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.
AWS::MediaLive::Input MulticastSettingsCreateRequest
Multicast input settings.
The parent of this entity is Input.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Sources" :[ MulticastSourceCreateRequest, ... ]}
YAML
Sources:- MulticastSourceCreateRequest
Properties
Sources-
The list of multicast sources for this input. Each source is a pair of a multicast URL and an optional source IP address.
Required: No
Type: Array of MulticastSourceCreateRequest
Update requires: No interruption