Class: Aws::AppSync::Types::LambdaDataSourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::LambdaDataSourceConfig
- Defined in:
- gems/aws-sdk-appsync/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.
3540 3541 3542 3543 3544 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3540 class LambdaDataSourceConfig < Struct.new( :lambda_function_arn) SENSITIVE = [] include Aws::Structure end |