Show / Hide Table of Contents

Class CfnFlowPropsMixin.BlackFramesProperty

Configures settings for the BlackFrames metric.

Inheritance
object
CfnFlowPropsMixin.BlackFramesProperty
Implements
CfnFlowPropsMixin.IBlackFramesProperty
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.BlackFramesProperty : CfnFlowPropsMixin.IBlackFramesProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.BlackFramesProperty Implements CfnFlowPropsMixin.IBlackFramesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.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 blackFramesProperty = new BlackFramesProperty {
                 State = "state",
                 ThresholdSeconds = 123
             };

Synopsis

Constructors

BlackFramesProperty()

Configures settings for the BlackFrames metric.

Properties

State

Indicates whether the BlackFrames metric is enabled or disabled..

ThresholdSeconds

Specifies the number of consecutive seconds of black frames that triggers an event or alert.

Constructors

BlackFramesProperty()

Configures settings for the BlackFrames metric.

public BlackFramesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.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 blackFramesProperty = new BlackFramesProperty {
                 State = "state",
                 ThresholdSeconds = 123
             };

Properties

State

Indicates whether the BlackFrames 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-blackframes.html#cfn-mediaconnect-flow-blackframes-state

ThresholdSeconds

Specifies the number of consecutive seconds of black frames 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-blackframes.html#cfn-mediaconnect-flow-blackframes-thresholdseconds

Implements

CfnFlowPropsMixin.IBlackFramesProperty
Back to top Generated by DocFX