Class: Aws::Appflow::Types::EventBridgeDestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::EventBridgeDestinationProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The properties that are applied when Amazon EventBridge is being used as a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_handling_config ⇒ Types::ErrorHandlingConfig
The settings that determine how Amazon AppFlow handles an error when placing data in the destination.
-
#object ⇒ String
The object specified in the Amazon EventBridge flow destination.
Instance Attribute Details
#error_handling_config ⇒ Types::ErrorHandlingConfig
The settings that determine how Amazon AppFlow handles an error when
placing data in the destination. For example, this setting would
determine if the flow should fail after one insertion error, or
continue and attempt to insert every record regardless of the
initial failure. ErrorHandlingConfig
is a part of the destination
connector details.
2394 2395 2396 2397 2398 2399 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2394 class EventBridgeDestinationProperties < Struct.new( :object, :error_handling_config) SENSITIVE = [] include Aws::Structure end |
#object ⇒ String
The object specified in the Amazon EventBridge flow destination.
2394 2395 2396 2397 2398 2399 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2394 class EventBridgeDestinationProperties < Struct.new( :object, :error_handling_config) SENSITIVE = [] include Aws::Structure end |