QueryEditorPropertyExpression🔗Definition🔗export interface QueryEditorPropertyExpression { type: cloudwatch.QueryEditorExpressionType.Property; property: cloudwatch.QueryEditorProperty; } See also🔗 QueryEditorPropertyExpressionBuilder