{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-cloud-watch-logs-config-schema.json", "title": "CloudWatchLogsConfig", "description": " Information about CloudWatch Logs for a build project. ", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/LogsConfigStatusType" }, { "description": "
The current status of the logs in CloudWatch Logs for a build project. Valid values are:
ENABLED: CloudWatch Logs are enabled for this build project.
DISABLED: CloudWatch Logs are not enabled for this build project.