Class DashboardArgs
Inherited Members
Namespace: Pulumi.NewRelic
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class DashboardArgs : ResourceArgs
Constructors
View SourceDashboardArgs()
Declaration
public DashboardArgs()
Properties
View SourceEditable
Determines who can edit the dashboard in an account. Valid values are all, editable_by_all, editable_by_owner, or read_only. Defaults to editable_by_all.
Declaration
public Input<string> Editable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Filter
A nested block that describes a dashboard filter. Exactly one nested filter block is allowed. See Nested filter block below for details.
Declaration
public Input<DashboardFilterArgs> Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DashboardFilterArgs> |
GridColumnCount
The number of columns to use when organizing and displaying widgets. New Relic One supports a 3 column grid and a 12 column grid. New Relic Insights supports a 3 column grid.
Declaration
public Input<int> GridColumnCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Icon
The icon for the dashboard. Valid values are adjust, archive, bar-chart, bell, bolt, bug, bullhorn, bullseye, clock-o, cloud, cog, comments-o, crosshairs, dashboard, envelope, fire, flag, flask, globe, heart, leaf, legal, life-ring, line-chart, magic, mobile, money, none, paper-plane, pie-chart, puzzle-piece, road, rocket, shopping-cart, sitemap, sliders, tablet, thumbs-down, thumbs-up, trophy, usd, user, and users. Defaults to bar-chart.
Declaration
public Input<string> Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Title
The title of the dashboard.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Visibility
Determines who can see the dashboard in an account. Valid values are all or owner. Defaults to all.
Declaration
public Input<string> Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Widgets
A nested block that describes a visualization. Up to 300 widget blocks are allowed in a dashboard definition. See Nested widget blocks below for details.
Declaration
public InputList<DashboardWidgetArgs> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardWidgetArgs> |