Skip to content

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 list_deployment_configs call. It can be used to return the next set of deployment configurations in the list.

Value

A list with the following syntax:

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

Request syntax

svc$list_deployment_configs(
  nextToken = "string"
)