Class CfnFlowPropsMixin.SourceMonitoringConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.SourceMonitoringConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.SourceMonitoringConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.SourceMonitoringConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.SourceMonitoringConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.SourceMonitoringConfigProperty
An implementation for
CfnFlowPropsMixin.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.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.SourceMonitoringConfigProperty
CfnFlowPropsMixin.SourceMonitoringConfigProperty.Builder, CfnFlowPropsMixin.SourceMonitoringConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.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 theCfnFlowPropsMixin.SourceMonitoringConfigProperty.Builder.
-
-
Method Details
-
getAudioMonitoringSettings
Description copied from interface:CfnFlowPropsMixin.SourceMonitoringConfigPropertyContains the settings for audio stream metrics monitoring.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.AudioMonitoringSettingProperty>- Specified by:
getAudioMonitoringSettingsin interfaceCfnFlowPropsMixin.SourceMonitoringConfigProperty- See Also:
-
getContentQualityAnalysisState
Description copied from interface:CfnFlowPropsMixin.SourceMonitoringConfigPropertyIndicates whether content quality analysis is enabled or disabled.- Specified by:
getContentQualityAnalysisStatein interfaceCfnFlowPropsMixin.SourceMonitoringConfigProperty- See Also:
-
getThumbnailState
Description copied from interface:CfnFlowPropsMixin.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 interfaceCfnFlowPropsMixin.SourceMonitoringConfigProperty- See Also:
-
getVideoMonitoringSettings
Description copied from interface:CfnFlowPropsMixin.SourceMonitoringConfigPropertyContains the settings for video stream metrics monitoring.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.VideoMonitoringSettingProperty>- Specified by:
getVideoMonitoringSettingsin interfaceCfnFlowPropsMixin.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()
-