Skip to content

Bedrock Agentcore Control  >  Structures  >  LambdaTransformConfiguration

LambdaTransformConfiguration

Structure Class

LambdaTransformConfiguration dataclass

The Lambda configuration for custom transformations. This structure defines the Lambda function that the gateway invokes to transform data.

Attributes

arn class-attribute instance-attribute
arn: str | None = None

The Amazon Resource Name (ARN) of the Lambda function. This function is invoked by the gateway to transform data.