Skip to content

QueryEditorOperatorExpression🔗

Definition🔗

export interface QueryEditorOperatorExpression {
    type: cloudwatch.QueryEditorExpressionType.Operator;
    property: cloudwatch.QueryEditorProperty;
    // TS type is operator: QueryEditorOperator<QueryEditorOperatorValueType>, extended in veneer
    operator: cloudwatch.QueryEditorOperator;
}

See also🔗