List Application Dpu Sizes
| athena_list_application_dpu_sizes | R Documentation |
Returns the supported DPU sizes for the supported application runtimes (for example, Athena notebook version 1)¶
Description¶
Returns the supported DPU sizes for the supported application runtimes
(for example, Athena notebook version 1).
Usage¶
Arguments¶
MaxResultsSpecifies the maximum number of results to return.
NextTokenA token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
Value¶
A list with the following syntax:
list(
ApplicationDPUSizes = list(
list(
ApplicationRuntimeId = "string",
SupportedDPUSizes = list(
123
)
)
),
NextToken = "string"
)