Class: Aws::IoTManagedIntegrations::Types::EndpointConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::EndpointConfig
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The configuration details for an endpoint, which defines how to connect to and communicate with external services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda ⇒ Types::LambdaConfig
The Lambda function configuration for the endpoint, used when the endpoint communicates through an AWS Lambda function.
Instance Attribute Details
#lambda ⇒ Types::LambdaConfig
The Lambda function configuration for the endpoint, used when the endpoint communicates through an AWS Lambda function.
1459 1460 1461 1462 1463 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1459 class EndpointConfig < Struct.new( :lambda) SENSITIVE = [] include Aws::Structure end |