Amazon CodeStar · JSON Structure

Codestar Code Commit Code Destination Structure

Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.

Type: object Properties: 1 Required: 1
Developer ToolsDevOpsProject ManagementTeam Collaboration

CodeCommitCodeDestination is a JSON Structure definition published by Amazon CodeStar, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-code-commit-code-destination-structure.json",
  "name": "CodeCommitCodeDestination",
  "description": "Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.",
  "type": "object",
  "properties": {
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RepositoryName"
        },
        {
          "description": "The name of the AWS CodeCommit repository to be created in AWS CodeStar."
        }
      ]
    }
  },
  "required": [
    "name"
  ]
}