Class: Aws::IoTManagedIntegrations::Types::LambdaConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Overview

Configuration details for an AWS Lambda function used as an endpoint for a cloud connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the Lambda function used as an endpoint.

Returns:

  • (String)


2626
2627
2628
2629
2630
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2626

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