Class CfnFlow.SourceMonitoringConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlow.SourceMonitoringConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.SourceMonitoringConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.SourceMonitoringConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.SourceMonitoringConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.SourceMonitoringConfigProperty
An implementation for
CfnFlow.SourceMonitoringConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlow.SourceMonitoringConfigProperty
CfnFlow.SourceMonitoringConfigProperty.Builder, CfnFlow.SourceMonitoringConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.SourceMonitoringConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains the settings for audio stream metrics monitoring.final StringIndicates whether content quality analysis is enabled or disabled.final StringThe current state of the thumbnail monitoring.final ObjectContains the settings for video stream metrics monitoring.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.SourceMonitoringConfigProperty.Builder.
-
-
Method Details
-
getAudioMonitoringSettings
Description copied from interface:CfnFlow.SourceMonitoringConfigPropertyContains the settings for audio stream metrics monitoring.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlow.AudioMonitoringSettingProperty>- Specified by:
getAudioMonitoringSettingsin interfaceCfnFlow.SourceMonitoringConfigProperty- See Also:
-
getContentQualityAnalysisState
Description copied from interface:CfnFlow.SourceMonitoringConfigPropertyIndicates whether content quality analysis is enabled or disabled.- Specified by:
getContentQualityAnalysisStatein interfaceCfnFlow.SourceMonitoringConfigProperty- See Also:
-
getThumbnailState
Description copied from interface:CfnFlow.SourceMonitoringConfigPropertyThe current state of the thumbnail monitoring.- If you don't explicitly specify a value when creating a flow, no thumbnail state will be set.
- If you update an existing flow and remove a previously set thumbnail state, the value will change to
DISABLED.
- Specified by:
getThumbnailStatein interfaceCfnFlow.SourceMonitoringConfigProperty- See Also:
-
getVideoMonitoringSettings
Description copied from interface:CfnFlow.SourceMonitoringConfigPropertyContains the settings for video stream metrics monitoring.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlow.VideoMonitoringSettingProperty>- Specified by:
getVideoMonitoringSettingsin interfaceCfnFlow.SourceMonitoringConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-