Skip to content

Bedrock Agent Runtime  >  Unions  >  OrchestrationExecutor

OrchestrationExecutor

Union Type

OrchestrationExecutor module-attribute

The structure of the executor invoking the actions in custom orchestration.

Union Member Types

OrchestrationExecutorLambda 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

OrchestrationExecutorUnknown 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