Amazon CodeBuild · JSON Structure

Amazon Codebuild Update Report Group Input Structure

UpdateReportGroupInput schema from Amazon CodeBuild

Type: object Properties: 3 Required: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Properties

arn exportConfig tags

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-update-report-group-input-structure.json",
  "name": "UpdateReportGroupInput",
  "description": "UpdateReportGroupInput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": " The ARN of the report group to update. "
        }
      ]
    },
    "exportConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReportExportConfig"
        },
        {
          "description": "<p> Used to specify an updated export type. Valid values are: </p> <ul> <li> <p> <code>S3</code>: The report results are exported to an S3 bucket. </p> </li> <li> <p> <code>NO_EXPORT</code>: The report results are not exported. </p> </li> </ul>"
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "<p> An updated list of tag key and value pairs associated with this report group. </p> <p>These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.</p>"
        }
      ]
    }
  },
  "required": [
    "arn"
  ]
}