Class: Aws::AppSync::Types::LambdaDataSourceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::LambdaDataSourceConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Describes an Lambda data source configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #lambda_function_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the Lambda function.
 
Instance Attribute Details
#lambda_function_arn ⇒ String
The Amazon Resource Name (ARN) for the Lambda function.
      3535 3536 3537 3538 3539  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 3535 class LambdaDataSourceConfig < Struct.new( :lambda_function_arn) SENSITIVE = [] include Aws::Structure end  |