Interface CfnChannel.DvbSdtSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.DvbSdtSettingsProperty extends software.amazon.jsii.JsiiSerializable
A DVB Service Description Table (SDT).

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.*;
 DvbSdtSettingsProperty dvbSdtSettingsProperty = DvbSdtSettingsProperty.builder()
         .outputSdt("outputSdt")
         .repInterval(123)
         .serviceName("serviceName")
         .serviceProviderName("serviceProviderName")
         .build();
 

See Also: