FlowFrozenFramesArgs

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

Configures settings for the FrozenFrames metric.

Constructors

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

Properties

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

Indicates whether the FrozenFrames metric is enabled or disabled.

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

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

Functions

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