Viewing the build project's details

The following command will display the build project's details:

aws codebuild batch-get-projects --names project_names

Before performing the preceding command you need to change the placeholder like:

  • project_names: This is the required parameter. Specify the build project's name to view its details. A maximum of 100 build project names can be specified to view their details. You can separate those names with spaces.

For example, if you might run the following command:

aws codebuild batch-get-projects --names NewProject

You might get a similar kind of output. Ellipses () mean that the data has been omitted for brevity:

{"projectsNotFound": [],"projects": [{..."name": “NewProject”, ...}]}

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.