Class: Aws::Appflow::Types::DestinationFlowConfig

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

Instance Attribute Details

#api_versionString

The API version that the destination connector uses.

Returns:

  • (String)


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_nameString

The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.

Returns:

  • (String)


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_typeString

The type of connector, such as Salesforce, Amplitude, and so on.

Returns:

  • (String)


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_propertiesTypes::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