Class: AWSCDK::CustomerProfiles::CfnRecommender::EventsConfigProperty

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
customer_profiles/cfn_recommender.rb

Overview

Configuration for events used in the recommender.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event_parameters_list:) ⇒ EventsConfigProperty

Returns a new instance of EventsConfigProperty.

Parameters:



674
675
676
677
# File 'customer_profiles/cfn_recommender.rb', line 674

def initialize(event_parameters_list:)
  @event_parameters_list = event_parameters_list
  Jsii::Type.check_type(@event_parameters_list, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImNvbGxlY3Rpb24iOnsiZWxlbWVudHR5cGUiOnsidW5pb24iOnsidHlwZXMiOlt7ImZxbiI6ImF3cy1jZGstbGliLklSZXNvbHZhYmxlIn0seyJmcW4iOiJhd3MtY2RrLWxpYi5hd3NfY3VzdG9tZXJwcm9maWxlcy5DZm5SZWNvbW1lbmRlci5FdmVudFBhcmFtZXRlcnNQcm9wZXJ0eSJ9XX19LCJraW5kIjoiYXJyYXkifX1dfX0=")), "eventParametersList")
end

Instance Attribute Details

Class Method Details

.jsii_propertiesObject



685
686
687
688
689
# File 'customer_profiles/cfn_recommender.rb', line 685

def self.jsii_properties
  {
    :event_parameters_list => "eventParametersList",
  }
end

Instance Method Details

#to_jsiiObject



691
692
693
694
695
696
697
# File 'customer_profiles/cfn_recommender.rb', line 691

def to_jsii
  result = {}
  result.merge!({
    "eventParametersList" => @event_parameters_list,
  })
  result.compact
end