Class: Aws::Appflow::Types::DestinationFlowConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DestinationFlowConfig
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Contains information about the configuration of destination connectors present in the flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_version ⇒ String
The API version that the destination connector uses.
-
#connector_profile_name ⇒ String
The name of the connector profile.
-
#connector_type ⇒ String
The type of connector, such as Salesforce, Amplitude, and so on.
-
#destination_connector_properties ⇒ Types::DestinationConnectorProperties
This stores the information that is required to query a particular connector.
Instance Attribute Details
#api_version ⇒ String
The API version that the destination connector uses.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2267 class DestinationFlowConfig < Struct.new( :connector_type, :api_version, :connector_profile_name, :destination_connector_properties) SENSITIVE = [] include Aws::Structure end |
#connector_profile_name ⇒ String
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2267 class DestinationFlowConfig < Struct.new( :connector_type, :api_version, :connector_profile_name, :destination_connector_properties) SENSITIVE = [] include Aws::Structure end |
#connector_type ⇒ String
The type of connector, such as Salesforce, Amplitude, and so on.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2267 class DestinationFlowConfig < Struct.new( :connector_type, :api_version, :connector_profile_name, :destination_connector_properties) SENSITIVE = [] include Aws::Structure end |
#destination_connector_properties ⇒ Types::DestinationConnectorProperties
This stores the information that is required to query a particular connector.
2267 2268 2269 2270 2271 2272 2273 2274 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2267 class DestinationFlowConfig < Struct.new( :connector_type, :api_version, :connector_profile_name, :destination_connector_properties) SENSITIVE = [] include Aws::Structure end |