Amazon CodeBuild · JSON Structure

Amazon Codebuild Logs Location Structure

Information about build logs in CloudWatch Logs.

Type: object Properties: 8
AmazonCI/CDBuildsContinuous IntegrationDevOpsTesting

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

Properties

groupName streamName deepLink s3DeepLink cloudWatchLogsArn s3LogsArn cloudWatchLogs s3Logs

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-codebuild/refs/heads/main/json-structure/amazon-codebuild-logs-location-structure.json",
  "name": "LogsLocation",
  "description": "Information about build logs in CloudWatch Logs.",
  "type": "object",
  "properties": {
    "groupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the CloudWatch Logs group for the build logs."
        }
      ]
    },
    "streamName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the CloudWatch Logs stream for the build logs."
        }
      ]
    },
    "deepLink": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The URL to an individual build log in CloudWatch Logs."
        }
      ]
    },
    "s3DeepLink": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The URL to a build log in an S3 bucket. "
        }
      ]
    },
    "cloudWatchLogsArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The ARN of CloudWatch Logs for a build project. Its format is <code>arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}</code>. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatchlogs.html#amazoncloudwatchlogs-resources-for-iam-policies\">Resources Defined by CloudWatch Logs</a>. "
        }
      ]
    },
    "s3LogsArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The ARN of S3 logs for a build project. Its format is <code>arn:${Partition}:s3:::${BucketName}/${ObjectName}</code>. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html#amazons3-resources-for-iam-policies\">Resources Defined by Amazon S3</a>. "
        }
      ]
    },
    "cloudWatchLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudWatchLogsConfig"
        },
        {
          "description": " Information about CloudWatch Logs for a build project. "
        }
      ]
    },
    "s3Logs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3LogsConfig"
        },
        {
          "description": " Information about S3 logs for a build project. "
        }
      ]
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/amazon-codebuild-logs-location-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.