Interface CfnRouterInputPropsMixin.FrozenFramesConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRouterInputPropsMixin.FrozenFramesConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRouterInputPropsMixin

@Stability(Stable) public static interface CfnRouterInputPropsMixin.FrozenFramesConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Detects frozen video frames in the router input's source content and reports them through a CloudWatch metric, an EventBridge event, and a router input message.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.*;
 FrozenFramesConfigurationProperty frozenFramesConfigurationProperty = FrozenFramesConfigurationProperty.builder()
         .state("state")
         .thresholdSeconds(123)
         .build();
 

See Also: