Interface CfnFlow.SourceMonitoringConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.SourceMonitoringConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.SourceMonitoringConfigProperty
extends software.amazon.jsii.JsiiSerializable
The
SourceMonitoringConfig property type specifies the source monitoring settings for an AWS::MediaConnect::Flow.
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.*;
SourceMonitoringConfigProperty sourceMonitoringConfigProperty = SourceMonitoringConfigProperty.builder()
.thumbnailState("thumbnailState")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.SourceMonitoringConfigPropertystatic final classAn implementation forCfnFlow.SourceMonitoringConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getThumbnailState
The 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.
- See Also:
-
builder
-