Amazon CodeStar · JSON Structure

Codestar Delete Project Result Structure

DeleteProjectResult schema from AWS CodeStar API

Type: object Properties: 2
Developer ToolsDevOpsProject ManagementTeam Collaboration

DeleteProjectResult is a JSON Structure definition published by Amazon CodeStar, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

stackId projectArn

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-delete-project-result-structure.json",
  "name": "DeleteProjectResult",
  "description": "DeleteProjectResult schema from AWS CodeStar API",
  "type": "object",
  "properties": {
    "stackId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StackId"
        },
        {
          "description": "The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources."
        }
      ]
    },
    "projectArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the deleted project."
        }
      ]
    }
  }
}