interface LogWidgetArgs {
    height?: number;
    query: Input<string>;
    region?: any;
    title?: any;
    width?: number;
}

Hierarchy (view full)

Properties

height?: number

The height of the widget in grid units. The default is 6.

Valid Values: 1–1000

query: Input<string>

Used to show a graph of a single query in a timeseries or singlevalue

region?: any

The region of the metric. Defaults to the region of the stack if not specified.

title?: any

The title to be displayed for the graph or number.

width?: number

The width of the widget in grid units (in a 24-column grid). The default is 6.

Valid Values: 1–24

Generated using TypeDoc