Returns a list of Amazon Kinesis Data Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.
kinesisanalyticsv2_list_applications(Limit, NextToken)
The maximum number of applications to list.
If a previous command returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the AWS Command Line Interface\'s Pagination Options.
svc$list_applications( Limit = 123, NextToken = "string" )
If you want detailed information about a specific application, use DescribeApplication.