Skip to content

List Applications

codedeploy_list_applications R Documentation

Lists the applications registered with the user or Amazon Web Services account

Description

Lists the applications registered with the user or Amazon Web Services account.

Usage

codedeploy_list_applications(nextToken)

Arguments

nextToken

An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

Value

A list with the following syntax:

list(
  applications = list(
    "string"
  ),
  nextToken = "string"
)

Request syntax

svc$list_applications(
  nextToken = "string"
)