interface TimeShiftConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaTailor.Mixins.CfnChannelPropsMixin.TimeShiftConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediatailor/mixins#CfnChannelPropsMixin_TimeShiftConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediatailor.mixins.CfnChannelPropsMixin.TimeShiftConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnChannelPropsMixin.TimeShiftConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediatailor » mixins » CfnChannelPropsMixin » TimeShiftConfigurationProperty |
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 { mixins as mediatailor_mixins } from '@aws-cdk/mixins-preview/aws-mediatailor';
const timeShiftConfigurationProperty: mediatailor_mixins.CfnChannelPropsMixin.TimeShiftConfigurationProperty = {
maxTimeDelaySeconds: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| max | number | The maximum time delay for time-shifted viewing. |
maxTimeDelaySeconds?
Type:
number
(optional)
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).

.NET
Go
Java
Python
TypeScript