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 settings for source 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.*;
 SourceMonitoringConfigProperty sourceMonitoringConfigProperty = SourceMonitoringConfigProperty.builder()
         .thumbnailState("thumbnailState")
         .build();
 

See Also: