{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-cloud-watch-logging-option-update-structure.json", "name": "CloudWatchLoggingOptionUpdate", "description": "Describes the Amazon CloudWatch logging option updates.", "type": "object", "properties": { "CloudWatchLoggingOptionId": { "allOf": [ { "$ref": "#/components/schemas/Id" }, { "description": "The ID of the CloudWatch logging option to update" } ] }, "LogStreamARNUpdate": { "allOf": [ { "$ref": "#/components/schemas/LogStreamARN" }, { "description": "The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages." } ] } }, "required": [ "CloudWatchLoggingOptionId" ] }