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::MediaConnect::Flow NdiConfig
Specifies the configuration settings for NDI sources and outputs.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MachineName" :String, "NdiDiscoveryServers" :[ NdiDiscoveryServerConfig, ... ], "NdiState" :String}
YAML
MachineName:StringNdiDiscoveryServers:- NdiDiscoveryServerConfigNdiState:String
Properties
MachineName-
A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
Required: No
Type: String
Update requires: No interruption
NdiDiscoveryServers-
A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly.
Required: No
Type: Array of NdiDiscoveryServerConfig
Update requires: No interruption
NdiState-
A setting that controls whether NDIĀ® sources or outputs can be used in the flow.
The default value is
DISABLED. This value must be set asENABLEDfor your flow to support NDI sources or outputs.Required: No
Type: String
Allowed values:
ENABLED | DISABLEDUpdate requires: No interruption