Show / Hide Table of Contents

Class DashboardArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.NewRelic
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class DashboardArgs : ResourceArgs

Constructors

View Source

DashboardArgs()

Declaration
public DashboardArgs()

Properties

View Source

Editable

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Title

The title of the dashboard.

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.