Skip to content

QueryEditorOperator🔗

TS type is QueryEditorOperator, extended in veneer

Definition🔗

export interface QueryEditorOperator {
    name?: string;
    value?: cloudwatch.QueryEditorOperatorType | cloudwatch.QueryEditorOperatorType[];
}

See also🔗