Amazon CodeStar · JSON Structure

Codestar List Resources Result Structure

ListResourcesResult schema from AWS CodeStar API

Type: object Properties: 2
Developer ToolsDevOpsProject ManagementTeam Collaboration

ListResourcesResult is a JSON Structure definition published by Amazon CodeStar, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resources nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-list-resources-result-structure.json",
  "name": "ListResourcesResult",
  "description": "ListResourcesResult schema from AWS CodeStar API",
  "type": "object",
  "properties": {
    "resources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourcesResult"
        },
        {
          "description": "An array of resources associated with the project. "
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The continuation token to use when requesting the next set of results, if there are more results to be returned."
        }
      ]
    }
  }
}