Interface CfnRecommender.IRecommenderConfigProperty
Configuration for the recommender.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRecommender.IRecommenderConfigProperty
Syntax (vb)
Public Interface CfnRecommender.IRecommenderConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var recommenderConfigProperty = new RecommenderConfigProperty {
EventsConfig = new EventsConfigProperty {
EventParametersList = new [] { new EventParametersProperty {
EventType = "eventType",
// the properties below are optional
EventValueThreshold = 123
} }
}
};
Synopsis
Properties
| EventsConfig | Configuration for events used in the recommender. |
Properties
EventsConfig
Configuration for events used in the recommender.
object? EventsConfig { get; }