Show / Hide Table of Contents

Class CfnRecommenderPropsMixin.EventsConfigProperty

Configuration for events used in the recommender.

Inheritance
object
CfnRecommenderPropsMixin.EventsConfigProperty
Implements
CfnRecommenderPropsMixin.IEventsConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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 CfnRecommenderPropsMixin.IEventParametersProperty)[]

Implements

CfnRecommenderPropsMixin.IEventsConfigProperty
Back to top Generated by DocFX