Class: Aws::Appflow::Types::LambdaConnectorProvisioningConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Appflow::Types::LambdaConnectorProvisioningConfig
 
- Includes:
- Structure
- Defined in:
- 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
- 
  
    
      #lambda_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Lambda ARN of the connector being registered. 
Instance Attribute Details
#lambda_arn ⇒ String
Lambda ARN of the connector being registered.
| 2968 2969 2970 2971 2972 | # File 'lib/aws-sdk-appflow/types.rb', line 2968 class LambdaConnectorProvisioningConfig < Struct.new( :lambda_arn) SENSITIVE = [] include Aws::Structure end |