Class CfnFlowPropsMixin.FrozenFramesProperty
Configures settings for the FrozenFrames metric.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFlowPropsMixin.FrozenFramesProperty : CfnFlowPropsMixin.IFrozenFramesProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.FrozenFramesProperty Implements CfnFlowPropsMixin.IFrozenFramesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins;
var frozenFramesProperty = new FrozenFramesProperty {
State = "state",
ThresholdSeconds = 123
};
Synopsis
Constructors
| FrozenFramesProperty() | Configures settings for the |
Properties
| State | Indicates whether the |
| ThresholdSeconds | Specifies the number of consecutive seconds of a static image that triggers an event or alert. |
Constructors
FrozenFramesProperty()
Configures settings for the FrozenFrames metric.
public FrozenFramesProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins;
var frozenFramesProperty = new FrozenFramesProperty {
State = "state",
ThresholdSeconds = 123
};
Properties
State
Indicates whether the FrozenFrames metric is enabled or disabled.
public string? State { get; set; }
Property Value
Remarks
ThresholdSeconds
Specifies the number of consecutive seconds of a static image that triggers an event or alert.
public double? ThresholdSeconds { get; set; }