Amazon CodeDeploy · Schema

ListDeploymentConfigsInput

Represents the input of a ListDeploymentConfigs operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
nextToken object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-list-deployment-configs-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-list-deployment-configs-input-schema.json",
  "title": "ListDeploymentConfigsInput",
  "description": "Represents the input of a <code>ListDeploymentConfigs</code> operation.",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "An identifier returned from the previous <code>ListDeploymentConfigs</code> call. It can be used to return the next set of deployment configurations in the list. "
        }
      ]
    }
  }
}