Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-eventsconfig.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-recommender-eventsconfig.html#cfn-customerprofiles-recommender-eventsconfig-eventparameterslist

Type union: either IResolvable or (either IResolvable or CfnRecommender.IEventParametersProperty)[]

Back to top Generated by DocFX