FlowBlackFramesArgs

data class FlowBlackFramesArgs(val state: Output<FlowBlackFramesState>? = null, val thresholdSeconds: Output<Int>? = null) : ConvertibleToJava<FlowBlackFramesArgs>

Configures settings for the BlackFrames metric.

Constructors

Link copied to clipboard
constructor(state: Output<FlowBlackFramesState>? = null, thresholdSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val state: Output<FlowBlackFramesState>? = null

Indicates whether the BlackFrames metric is enabled or disabled.

Link copied to clipboard
val thresholdSeconds: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FlowBlackFramesArgs