Class: Aws::Appflow::Types::ConnectorProfileConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Defines the connector-specific configuration and credentials for the connector profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_credentialsTypes::ConnectorProfileCredentials

The connector-specific credentials required by each connector.



951
952
953
954
955
956
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 951

class ConnectorProfileConfig < Struct.new(
  :connector_profile_properties,
  :connector_profile_credentials)
  SENSITIVE = []
  include Aws::Structure
end

#connector_profile_propertiesTypes::ConnectorProfileProperties

The connector-specific properties of the profile configuration.



951
952
953
954
955
956
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 951

class ConnectorProfileConfig < Struct.new(
  :connector_profile_properties,
  :connector_profile_credentials)
  SENSITIVE = []
  include Aws::Structure
end