Class: Aws::BedrockAgentCoreControl::Types::CustomTransformConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CustomTransformConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration for custom transformations applied to requests and responses through the gateway. This structure defines how the gateway transforms data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda ⇒ Types::LambdaTransformConfiguration
The Lambda configuration for custom transformations.
Instance Attribute Details
#lambda ⇒ Types::LambdaTransformConfiguration
The Lambda configuration for custom transformations. This configuration defines how the gateway uses a Lambda function to transform data.
5770 5771 5772 5773 5774 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5770 class CustomTransformConfiguration < Struct.new( :lambda) SENSITIVE = [] include Aws::Structure end |