Class CfnRecommenderPropsMixin.EventsConfigProperty
Configuration for events used in the recommender.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRecommenderPropsMixin.EventsConfigProperty : CfnRecommenderPropsMixin.IEventsConfigProperty
Syntax (vb)
Public Class CfnRecommenderPropsMixin.EventsConfigProperty Implements CfnRecommenderPropsMixin.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.CfnPropertyMixins.AWS.CustomerProfiles;
var eventsConfigProperty = new EventsConfigProperty {
EventParametersList = new [] { new EventParametersProperty {
EventType = "eventType",
EventValueThreshold = 123
} }
};
Synopsis
Constructors
| EventsConfigProperty() | Configuration for events used in the recommender. |
Properties
| EventParametersList | List of event parameters with their value thresholds. |
Constructors
EventsConfigProperty()
Configuration for events used in the recommender.
public EventsConfigProperty()
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.CfnPropertyMixins.AWS.CustomerProfiles;
var eventsConfigProperty = new EventsConfigProperty {
EventParametersList = new [] { new EventParametersProperty {
EventType = "eventType",
EventValueThreshold = 123
} }
};
Properties
EventParametersList
List of event parameters with their value thresholds.
public object? EventParametersList { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnRecommenderPropsMixin.IEventParametersProperty)[]