Amazon CodeStar · Example Payload

Codestar Create Project Result Example

Developer ToolsDevOpsProject ManagementTeam Collaboration

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

Top-level fields

idarnclientRequestTokenprojectTemplateId

Example Payload

Raw ↑
{
  "id": "id-abc123",
  "arn": "arn:aws:codestar:us-east-1:123456789012:project/my-project",
  "clientRequestToken": "example-string",
  "projectTemplateId": "my-project"
}