Class: Aws::Appflow::Types::CustomConnectorSourceProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_propertiesHash<String,String>

Custom properties that are required to use the custom connector as a source.

Returns:

  • (Hash<String,String>)


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_apiTypes::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_nameString

The entity specified in the custom connector as a source in the flow.

Returns:

  • (String)


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