Uses of Enum
software.amazon.awscdk.services.mediaconnect.alpha.State
Packages that use State
Package
Description
AWS::MediaConnect Construct Library
-
Uses of State in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return StateModifier and TypeMethodDescriptiondefault StateSourceMonitoringConfig.getContentQualityAnalysisState()(experimental) Indicates whether content quality analysis is enabled or disabled.final StateSourceMonitoringConfig.Jsii$Proxy.getContentQualityAnalysisState()default StateNdiConfig.getNdiState()(experimental) A setting that controls whether NDI sources or outputs can be used in the flow.final StateNdiConfig.Jsii$Proxy.getNdiState()default StateFlowOutputProps.getOutputStatus()(experimental) An indication of whether the output should transmit data or not.final StateFlowOutputProps.Jsii$Proxy.getOutputStatus()default StateBridgeFailoverOptions.getState()(experimental) Whether failover is enabled.final StateBridgeFailoverOptions.Jsii$Proxy.getState()default StateFailoverFailoverOptions.getState()(experimental) Whether failover is enabled.final StateFailoverFailoverOptions.Jsii$Proxy.getState()default StateMergeFailoverOptions.getState()(experimental) Whether failover is enabled.final StateMergeFailoverOptions.Jsii$Proxy.getState()MonitoringMetric.getState()(experimental) Whether the metric is enabled or disabled.final StateMonitoringMetric.Jsii$Proxy.getState()default StateSourceMonitoringConfig.getThumbnailState()(experimental) The current state of the thumbnail monitoring.final StateSourceMonitoringConfig.Jsii$Proxy.getThumbnailState()static StateReturns the enum constant of this type with the specified name.static State[]State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type StateModifier and TypeMethodDescriptionSourceMonitoringConfig.Builder.contentQualityAnalysisState(State contentQualityAnalysisState) Sets the value ofSourceMonitoringConfig.getContentQualityAnalysisState()Sets the value ofNdiConfig.getNdiState()FlowOutput.Builder.outputStatus(State outputStatus) (experimental) An indication of whether the output should transmit data or not.FlowOutputProps.Builder.outputStatus(State outputStatus) Sets the value ofFlowOutputProps.getOutputStatus()Sets the value ofBridgeFailoverOptions.getState()Sets the value ofFailoverFailoverOptions.getState()Sets the value ofMergeFailoverOptions.getState()Sets the value ofMonitoringMetric.getState()SourceMonitoringConfig.Builder.thumbnailState(State thumbnailState) Sets the value ofSourceMonitoringConfig.getThumbnailState()