{ "$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": "

Used to specify an updated export type. Valid values are:

" } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/TagList" }, { "description": "

An updated list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

" } ] } }, "required": [ "arn" ] }