periodTriggers

@JvmName(name = "uugqrvqlpsdksjdy")
suspend fun periodTriggers(value: Output<List<OriginEndpointDashPackagePeriodTriggersItem>>)
@JvmName(name = "gblbegdijtjkhaaw")
suspend fun periodTriggers(value: List<OriginEndpointDashPackagePeriodTriggersItem>?)

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 Channel source contains SCTE-35 ad markers.


@JvmName(name = "txxyjuwjgoabhnaf")
suspend fun periodTriggers(vararg values: Output<OriginEndpointDashPackagePeriodTriggersItem>)


@JvmName(name = "xulhcifmewupbtjb")
suspend fun periodTriggers(values: List<Output<OriginEndpointDashPackagePeriodTriggersItem>>)
@JvmName(name = "debfyrmduwgoglbd")
suspend fun periodTriggers(vararg values: OriginEndpointDashPackagePeriodTriggersItem)

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 Channel source contains SCTE-35 ad markers.