Amazon CodeStar · Example Payload

Codestar Describe Project Result Example

Example description for this resource.

Developer ToolsDevOpsProject ManagementTeam Collaboration

Codestar Describe Project Result Example is an example object payload from Amazon CodeStar, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameidarndescriptionclientRequestTokencreatedTimeStampstackIdprojectTemplateIdstatus

Example Payload

Raw ↑
{
  "name": "example-name",
  "id": "id-abc123",
  "arn": "arn:aws:codestar:us-east-1:123456789012:project/my-project",
  "description": "Example description for this resource.",
  "clientRequestToken": "example-string",
  "createdTimeStamp": "example-string",
  "stackId": "id-abc123",
  "projectTemplateId": "my-project",
  "status": "active"
}