Class: Aws::Appflow::Types::ConnectorProvisioningConfig

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

Overview

Contains information about the configuration of the connector being registered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambdaTypes::LambdaConnectorProvisioningConfig

Contains information about the configuration of the lambda which is being registered as the connector.



1183
1184
1185
1186
1187
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1183

class ConnectorProvisioningConfig < Struct.new(
  :lambda)
  SENSITIVE = []
  include Aws::Structure
end