Interface CfnFlow.AudioMonitoringSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.AudioMonitoringSettingProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.AudioMonitoringSettingProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the configuration for audio stream metrics monitoring.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.*;
AudioMonitoringSettingProperty audioMonitoringSettingProperty = AudioMonitoringSettingProperty.builder()
.silentAudio(SilentAudioProperty.builder()
.state("state")
.thresholdSeconds(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.AudioMonitoringSettingPropertystatic final classAn implementation forCfnFlow.AudioMonitoringSettingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSilentAudio
Detects periods of silence.Returns union: either
IResolvableorCfnFlow.SilentAudioProperty- See Also:
-
builder
-