Class: Aws::Appflow::Types::LambdaConnectorProvisioningConfig

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 lambda which is being registered as the connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_arnString

Lambda ARN of the connector being registered.

Returns:

  • (String)


2968
2969
2970
2971
2972
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2968

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