period Triggers
suspend fun periodTriggers(value: Output<List<PackagingConfigurationDashPackagePeriodTriggersItem>>)
Parameters
value
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.
suspend fun periodTriggers(vararg values: Output<PackagingConfigurationDashPackagePeriodTriggersItem>)
suspend fun periodTriggers(values: List<Output<PackagingConfigurationDashPackagePeriodTriggersItem>>)
Parameters
values
A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.