QueryEditorFunctionParameterExpression🔗Definition🔗export interface QueryEditorFunctionParameterExpression { type: cloudwatch.QueryEditorExpressionType.FunctionParameter; name?: string; } See also🔗 QueryEditorFunctionParameterExpressionBuilder