{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExecuteStatementRequest", "type": "object", "properties": { "ClusterIdentifier": { "type": "string" }, "Database": { "type": "string" }, "DbUser": { "type": "string" }, "SecretArn": { "type": "string" }, "Sql": { "type": "string" }, "StatementName": { "type": "string" }, "WithEvent": { "type": "boolean" }, "WorkgroupName": { "type": "string" }, "Parameters": { "type": "array" }, "ClientToken": { "type": "string" } } }