Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

ExecutorsSummary - Amazon Athena

ExecutorsSummary

Contains summary information about an executor.

Contents

ExecutorId

The UUID of the executor.

Type: String

Length Constraints: Maximum length of 100000.

Pattern: .*

Required: Yes

ExecutorSize

The smallest unit of compute that a session can request from Athena. Size is measured in data processing unit (DPU) values, a relative measure of processing power.

Type: Long

Required: No

ExecutorState

The processing state of the executor. A description of each state follows.

CREATING - The executor is being started, including acquiring resources.

CREATED - The executor has been started.

REGISTERED - The executor has been registered.

TERMINATING - The executor is in the process of shutting down.

TERMINATED - The executor is no longer running.

FAILED - Due to a failure, the executor is no longer running.

Type: String

Valid Values: CREATING | CREATED | REGISTERED | TERMINATING | TERMINATED | FAILED

Required: No

ExecutorType

The type of executor used for the application (COORDINATOR, GATEWAY, or WORKER).

Type: String

Valid Values: COORDINATOR | GATEWAY | WORKER

Required: No

StartDateTime

The date and time that the executor started.

Type: Long

Required: No

TerminationDateTime

The date and time that the executor was terminated.

Type: Long

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.