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¶
athena_list_application_dpu_sizes(MaxResults, NextToken)
Arguments¶
MaxResults |
Specifies the maximum number of results to return. |
NextToken |
A 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"
)
Request syntax¶
svc$list_application_dpu_sizes(
MaxResults = 123,
NextToken = "string"
)