Interface CfnRecommender.IEventsConfigProperty
Configuration for events used in the recommender.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRecommender.IEventsConfigProperty
Syntax (vb)
Public Interface CfnRecommender.IEventsConfigProperty
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 eventsConfigProperty = new EventsConfigProperty {
EventParametersList = new [] { new EventParametersProperty {
EventType = "eventType",
// the properties below are optional
EventValueThreshold = 123
} }
};
Synopsis
Properties
| EventParametersList | List of event parameters with their value thresholds. |
Properties
EventParametersList
List of event parameters with their value thresholds.
object EventParametersList { get; }