interface InputLossFailoverSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.InputLossFailoverSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.InputLossFailoverSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.InputLossFailoverSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » InputLossFailoverSettingsProperty |
MediaLive will perform a failover if content is not detected in this input for the specified period.
The parent of this entity is FailoverConditionSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const inputLossFailoverSettingsProperty: medialive.CfnChannel.InputLossFailoverSettingsProperty = {
inputLossThresholdMsec: 123,
};
Properties
Name | Type | Description |
---|---|---|
input | number | The amount of time (in milliseconds) that no input is detected. |
inputLossThresholdMsec?
Type:
number
(optional)
The amount of time (in milliseconds) that no input is detected.
After that time, an input failover will occur.