Interface CfnChannel.DvbTdtSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.DvbTdtSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.DvbTdtSettingsProperty extends software.amazon.jsii.JsiiSerializable
The DVB Time and Date Table (TDT).

The parent of this entity is M2tsSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 DvbTdtSettingsProperty dvbTdtSettingsProperty = DvbTdtSettingsProperty.builder()
         .repInterval(123)
         .build();