Interface CfnChannel.TimeShiftConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.TimeShiftConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.TimeShiftConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for time-shifted viewing.
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.mediatailor.*;
TimeShiftConfigurationProperty timeShiftConfigurationProperty = TimeShiftConfigurationProperty.builder()
.maxTimeDelaySeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannel.TimeShiftConfigurationPropertystatic final classAn implementation forCfnChannel.TimeShiftConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxTimeDelaySeconds
The maximum time delay for time-shifted viewing.The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
- See Also:
-
builder
-