DvbTdtSettings
- class aws_cdk.aws_medialive_alpha.DvbTdtSettings(*, rep_interval=None)
Bases:
object(experimental) Settings for inserting a DVB Time and Date Table (TDT).
- Parameters:
rep_interval (
Optional[Duration]) – (experimental) The interval between instances of this table in the output transport stream. Default: - service default- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_medialive_alpha as medialive_alpha import aws_cdk as cdk dvb_tdt_settings = medialive_alpha.DvbTdtSettings( rep_interval=cdk.Duration.minutes(30) )
Attributes
- rep_interval
(experimental) The interval between instances of this table in the output transport stream.
- Default:
service default
- Stability:
experimental