Class: Aws::AppSync::Types::LambdaDataSourceConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lambda_function_arnString

The Amazon Resource Name (ARN) for the Lambda function.

Returns:

  • (String)


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