Skip to content

Bedrock Agent  >  Unions  >  OrchestrationExecutor

OrchestrationExecutor

Union Type

OrchestrationExecutor module-attribute

Contains details about the Lambda function containing the orchestration logic carried out upon invoking the 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