Skip to content

Bedrock Agent Runtime  >  Unions  >  ActionGroupExecutor

ActionGroupExecutor

Union Type

ActionGroupExecutor module-attribute

Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.

Union Member Types

ActionGroupExecutorLambda dataclass

The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

Attributes

value instance-attribute
value: str

ActionGroupExecutorCustomControl dataclass

To return the action group invocation results directly in the InvokeInlineAgent response, specify RETURN_CONTROL.

Attributes

value instance-attribute

ActionGroupExecutorUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str