Amazon CodeBuild · JSON Structure

Amazon Codebuild S3 Report Export Config Structure

Information about the S3 bucket where the raw data of a report are exported.

Type: object Properties: 6
AmazonCI/CDBuildsContinuous IntegrationDevOpsTesting

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

Properties

bucket bucketOwner path packaging encryptionKey encryptionDisabled

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-s3-report-export-config-structure.json",
  "name": "S3ReportExportConfig",
  "description": " Information about the S3 bucket where the raw data of a report are exported. ",
  "type": "object",
  "properties": {
    "bucket": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The name of the S3 bucket where the raw data of a report are exported. "
        }
      ]
    },
    "bucketOwner": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build."
        }
      ]
    },
    "path": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": " The path to the exported report's raw data results. "
        }
      ]
    },
    "packaging": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportPackagingType"
        },
        {
          "description": "<p> The type of build output artifact to create. Valid values include: </p> <ul> <li> <p> <code>NONE</code>: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified. </p> </li> <li> <p> <code>ZIP</code>: CodeBuild creates a ZIP file with the raw data in the output bucket. </p> </li> </ul>"
        }
      ]
    },
    "encryptionKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The encryption key for the report's encrypted raw data. "
        }
      ]
    },
    "encryptionDisabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrapperBoolean"
        },
        {
          "description": " A boolean value that specifies if the results of a report are encrypted. "
        }
      ]
    }
  }
}

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-s3-report-export-config-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.