List Deployment Configs
| codedeploy_list_deployment_configs | R Documentation | 
Lists the deployment configurations with the user or Amazon Web Services account¶
Description¶
Lists the deployment configurations with the user or Amazon Web Services account.
Usage¶
codedeploy_list_deployment_configs(nextToken)
Arguments¶
| nextToken | An identifier returned from the previous
 | 
Value¶
A list with the following syntax:
list(
  deploymentConfigsList = list(
    "string"
  ),
  nextToken = "string"
)
Request syntax¶
svc$list_deployment_configs(
  nextToken = "string"
)