AWS::MediaLive::Channel DvbSdtSettings - 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).

AWS::MediaLive::Channel DvbSdtSettings

A DVB Service Description Table (SDT).

The parent of this entity is M2tsSettings.

Syntax

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

JSON

{ "OutputSdt" : String, "RepInterval" : Integer, "ServiceName" : String, "ServiceProviderName" : String }

YAML

OutputSdt: String RepInterval: Integer ServiceName: String ServiceProviderName: String

Properties

OutputSdt

Selects a method of inserting SDT information into an output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.

Required: No

Type: String

Update requires: No interruption

RepInterval

The number of milliseconds between instances of this table in the output transport stream.

Required: No

Type: Integer

Update requires: No interruption

ServiceName

The service name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.

Required: No

Type: String

Update requires: No interruption

ServiceProviderName

The service provider name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.

Required: No

Type: String

Update requires: No interruption