List of build project names

The following command will display the list of build project names:

aws codebuild list-projects --sort-by sort_by --sort-order sort_order --next-token next_token

You need to change the placeholder:

  • sort_by: It is a list of build project names. It has valid values:
    • CREATED_TIME: List of build project names based on the creation time of each build
    • LAST_MODIFIED_TIME: List of build project names based on the last modification time of each build
    • NAME: List of build project names based on the name of each build project
  • sort_order: List of build project names. Valid values are ASCENDING and DESCENDING.
  • next_token: If there are more than 100 items in the build project names list, then only the first 100 items are ...

Get Expert AWS Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.