Interface CfnRecommenderPropsMixin.RecommenderConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRecommenderPropsMixin.RecommenderConfigProperty.Jsii$Proxy
- Enclosing class:
CfnRecommenderPropsMixin
@Stability(Stable)
public static interface CfnRecommenderPropsMixin.RecommenderConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for the recommender.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.*;
RecommenderConfigProperty recommenderConfigProperty = RecommenderConfigProperty.builder()
.eventsConfig(EventsConfigProperty.builder()
.eventParametersList(List.of(EventParametersProperty.builder()
.eventType("eventType")
.eventValueThreshold(123)
.build()))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRecommenderPropsMixin.RecommenderConfigPropertystatic final classAn implementation forCfnRecommenderPropsMixin.RecommenderConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventsConfig
Configuration for events used in the recommender.Returns union: either
IResolvableorCfnRecommenderPropsMixin.EventsConfigProperty- See Also:
-
builder
-