Interface CfnRecommender.EventParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRecommender.EventParametersProperty.Jsii$Proxy
Enclosing class:
CfnRecommender

@Stability(Stable) public static interface CfnRecommender.EventParametersProperty extends software.amazon.jsii.JsiiSerializable
Event parameters with type and value threshold.

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.customerprofiles.*;
 EventParametersProperty eventParametersProperty = EventParametersProperty.builder()
         .eventType("eventType")
         // the properties below are optional
         .eventValueThreshold(123)
         .build();
 

See Also: