ListCuratedEnvironmentImages - AWS CodeBuild

ListCuratedEnvironmentImages

Gets information about Docker images that are managed by AWS CodeBuild.

Response Syntax

{ "platforms": [ { "languages": [ { "images": [ { "description": "string", "name": "string", "versions": [ "string" ] } ], "language": "string" } ], "platform": "string" } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

platforms

Information about supported platforms for Docker images that are managed by AWS CodeBuild.

Type: Array of EnvironmentPlatform objects

Errors

For information about the errors that are common to all actions, see Common Errors.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: