kinesisanalytics_list_applications {paws.analytics} | R Documentation |
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications
Description
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.
See https://www.paws-r-sdk.com/docs/kinesisanalytics_list_applications/ for full documentation.
Usage
kinesisanalytics_list_applications(
Limit = NULL,
ExclusiveStartApplicationName = NULL
)
Arguments
Limit |
Maximum number of applications to list. |
ExclusiveStartApplicationName |
Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications. |
[Package paws.analytics version 0.9.0 Index]