A configuration for logging events.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-log-configuration-schema.json", "title": "LogConfiguration", "description": "A configuration for logging events.", "type": "object", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/Enabled" }, { "description": "Indicates whether logging is enabled." } ] } } }