Class: Aws::BedrockAgentCoreControl::Types::LambdaInterceptorConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

The lambda configuration for the interceptor

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The arn of the lambda function to be invoked for the interceptor.

Returns:

  • (String)


5576
5577
5578
5579
5580
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5576

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