FlowSilentAudioArgs

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

Configures settings for the SilentAudio metric.

Constructors

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

Properties

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

Indicates whether the SilentAudio metric is enabled or disabled.

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

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

Functions

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