Class: Aws::CustomerProfiles::Types::TriggerConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trigger_propertiesTypes::TriggerProperties

Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.



6910
6911
6912
6913
6914
6915
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6910

class TriggerConfig < Struct.new(
  :trigger_type,
  :trigger_properties)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_typeString

Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.

Returns:

  • (String)


6910
6911
6912
6913
6914
6915
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6910

class TriggerConfig < Struct.new(
  :trigger_type,
  :trigger_properties)
  SENSITIVE = []
  include Aws::Structure
end