QueryEditorFunctionExpression🔗Definition🔗export interface QueryEditorFunctionExpression { type: "function"; name?: string; parameters?: cloudwatch.QueryEditorFunctionParameterExpression[]; } Methods🔗No methods.See also🔗 QueryEditorFunctionExpressionBuilder