Class: Aws::Appflow::Types::CustomConnectorDestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CustomConnectorDestinationProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The properties that are applied when the custom connector is being used as a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_properties ⇒ Hash<String,String>
The custom properties that are specific to the connector when it's used as a destination in the flow.
-
#entity_name ⇒ String
The entity specified in the custom connector as a destination in the flow.
-
#error_handling_config ⇒ Types::ErrorHandlingConfig
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
-
#id_field_names ⇒ Array<String>
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
-
#write_operation_type ⇒ String
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
Instance Attribute Details
#custom_properties ⇒ Hash<String,String>
The custom properties that are specific to the connector when it's used as a destination in the flow.
1500 1501 1502 1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1500 class CustomConnectorDestinationProperties < Struct.new( :entity_name, :error_handling_config, :write_operation_type, :id_field_names, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#entity_name ⇒ String
The entity specified in the custom connector as a destination in the flow.
1500 1501 1502 1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1500 class CustomConnectorDestinationProperties < Struct.new( :entity_name, :error_handling_config, :write_operation_type, :id_field_names, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#error_handling_config ⇒ Types::ErrorHandlingConfig
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
1500 1501 1502 1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1500 class CustomConnectorDestinationProperties < Struct.new( :entity_name, :error_handling_config, :write_operation_type, :id_field_names, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#id_field_names ⇒ Array<String>
The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
1500 1501 1502 1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1500 class CustomConnectorDestinationProperties < Struct.new( :entity_name, :error_handling_config, :write_operation_type, :id_field_names, :custom_properties) SENSITIVE = [] include Aws::Structure end |
#write_operation_type ⇒ String
Specifies the type of write operation to be performed in the custom connector when it's used as destination.
1500 1501 1502 1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1500 class CustomConnectorDestinationProperties < Struct.new( :entity_name, :error_handling_config, :write_operation_type, :id_field_names, :custom_properties) SENSITIVE = [] include Aws::Structure end |