AWS::MediaConnect::Flow NdiConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::MediaConnect::Flow NdiConfig

Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MachineName" : String, "NdiDiscoveryServers" : [ NdiDiscoveryServerConfig, ... ], "NdiState" : 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 outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption