This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::SignalMap MediaResource
An Amazon Web Services resource used in media workflows.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Destinations" :[ MediaResourceNeighbor, ... ], "Name" :String, "Sources" :[ MediaResourceNeighbor, ... ]}
YAML
Destinations:- MediaResourceNeighborName:StringSources:- MediaResourceNeighbor
Properties
Destinations- 
                    
A direct destination neighbor to an Amazon Web Services media resource.
Required: No
Type: Array of MediaResourceNeighbor
Update requires: No interruption
 Name- 
                    
The logical name of an Amazon Web Services media resource.
Required: No
Type: String
Minimum:
0Maximum:
256Update requires: No interruption
 Sources- 
                    
A direct source neighbor to an Amazon Web Services media resource.
Required: No
Type: Array of MediaResourceNeighbor
Update requires: No interruption