Show / Hide Table of Contents

Class CfnFlowPropsMixin.FrozenFramesProperty

Configures settings for the FrozenFrames metric.

Inheritance
object
CfnFlowPropsMixin.FrozenFramesProperty
Implements
CfnFlowPropsMixin.IFrozenFramesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html

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 FrozenFrames metric.

Properties

State

Indicates whether the FrozenFrames metric is enabled or disabled.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html#cfn-mediaconnect-flow-frozenframes-state

ThresholdSeconds

Specifies the number of consecutive seconds of a static image that triggers an event or alert.

public double? ThresholdSeconds { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html#cfn-mediaconnect-flow-frozenframes-thresholdseconds

Implements

CfnFlowPropsMixin.IFrozenFramesProperty
Back to top Generated by DocFX