CustomTransformConfiguration¶
Structure Class¶
CustomTransformConfiguration
dataclass
¶
The configuration for custom transformations applied to requests and responses through the gateway. This structure defines how the gateway transforms data.
Attributes¶
lambda_
class-attribute
instance-attribute
¶
lambda_: LambdaTransformConfiguration | None = None
The Lambda configuration for custom transformations. This configuration defines how the gateway uses a Lambda function to transform data.