aws-cdk-lib.aws_medialive.CfnChannel.InputLossFailoverSettingsProperty

interface InputLossFailoverSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.InputLossFailoverSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_InputLossFailoverSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.InputLossFailoverSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.InputLossFailoverSettingsProperty
TypeScript aws-cdk-lib » 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 { aws_medialive as medialive } from 'aws-cdk-lib';
const inputLossFailoverSettingsProperty: medialive.CfnChannel.InputLossFailoverSettingsProperty = {
  inputLossThresholdMsec: 123,
};

Properties

NameTypeDescription
inputLossThresholdMsec?numberThe 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.