{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-report-export-config-structure.json", "name": "ReportExportConfig", "description": " Information about the location where the run of a report is exported. ", "type": "object", "properties": { "exportConfigType": { "allOf": [ { "$ref": "#/components/schemas/ReportExportConfigType" }, { "description": "
The export configuration type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported. "
}
]
}
}
}