{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-schema/amazon-step-functions-log-destination-schema.json", "title": "LogDestination", "description": "<p/>", "type": "object", "properties": { "cloudWatchLogsLogGroup": { "allOf": [ { "$ref": "#/components/schemas/CloudWatchLogsLogGroup" }, { "description": "An object describing a CloudWatch log group. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html\">AWS::Logs::LogGroup</a> in the CloudFormation User Guide." } ] } } }