Class: Aws::Appflow::Types::CustomConnectorSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CustomConnectorSourceProperties
- 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 source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_properties ⇒ Hash<String,String>
Custom properties that are required to use the custom connector as a source.
-
#data_transfer_api ⇒ Types::DataTransferApi
The API of the connector application that Amazon AppFlow uses to transfer your data.
-
#entity_name ⇒ String
The entity specified in the custom connector as a source in the flow.
Instance Attribute Details
#custom_properties ⇒ Hash<String,String>
Custom properties that are required to use the custom connector as a source.
1589 1590 1591 1592 1593 1594 1595 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1589 class CustomConnectorSourceProperties < Struct.new( :entity_name, :custom_properties, :data_transfer_api) SENSITIVE = [] include Aws::Structure end |
#data_transfer_api ⇒ Types::DataTransferApi
The API of the connector application that Amazon AppFlow uses to transfer your data.
1589 1590 1591 1592 1593 1594 1595 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1589 class CustomConnectorSourceProperties < Struct.new( :entity_name, :custom_properties, :data_transfer_api) SENSITIVE = [] include Aws::Structure end |
#entity_name ⇒ String
The entity specified in the custom connector as a source in the flow.
1589 1590 1591 1592 1593 1594 1595 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1589 class CustomConnectorSourceProperties < Struct.new( :entity_name, :custom_properties, :data_transfer_api) SENSITIVE = [] include Aws::Structure end |