Interface CfnChannel.DvbNitSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.DvbNitSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configuration of DVB NIT.

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.*;
 DvbNitSettingsProperty dvbNitSettingsProperty = DvbNitSettingsProperty.builder()
         .networkId(123)
         .networkName("networkName")
         .repInterval(123)
         .build();
 

See Also: