newrelic.OneDashboard
Explore with Pulumi AI
Import
New Relic dashboards can be imported using their GUID, e.g.
bash
$ pulumi import newrelic:index/oneDashboard:OneDashboard my_dashboard <dashboard GUID>
Create OneDashboard Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OneDashboard(name: string, args: OneDashboardArgs, opts?: CustomResourceOptions);
@overload
def OneDashboard(resource_name: str,
args: OneDashboardArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OneDashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
pages: Optional[Sequence[OneDashboardPageArgs]] = None,
account_id: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
permissions: Optional[str] = None,
variables: Optional[Sequence[OneDashboardVariableArgs]] = None)
func NewOneDashboard(ctx *Context, name string, args OneDashboardArgs, opts ...ResourceOption) (*OneDashboard, error)
public OneDashboard(string name, OneDashboardArgs args, CustomResourceOptions? opts = null)
public OneDashboard(String name, OneDashboardArgs args)
public OneDashboard(String name, OneDashboardArgs args, CustomResourceOptions options)
type: newrelic:OneDashboard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OneDashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OneDashboardArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OneDashboardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OneDashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OneDashboardArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var oneDashboardResource = new NewRelic.OneDashboard("oneDashboardResource", new()
{
Pages = new[]
{
new NewRelic.Inputs.OneDashboardPageArgs
{
Name = "string",
WidgetHeatmaps = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LegendEnabled = false,
LinkedEntityGuids = new[]
{
"string",
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
FilterCurrentDashboard = false,
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetFunnels = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
Id = "string",
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetAreas = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
Id = "string",
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetBars = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LegendEnabled = false,
LinkedEntityGuids = new[]
{
"string",
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
FilterCurrentDashboard = false,
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetHistograms = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
Id = "string",
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetBullets = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletArgs
{
Limit = 0,
Column = 0,
Title = "string",
Row = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Id = "string",
LegendEnabled = false,
IgnoreTimeRange = false,
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Height = 0,
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
Guid = "string",
Description = "string",
WidgetBillboards = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LegendEnabled = false,
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Critical = "string",
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Warning = "string",
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetJsons = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
Id = "string",
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetLines = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineArgs
{
Title = "string",
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Row = 0,
YAxisRight = new NewRelic.Inputs.OneDashboardPageWidgetLineYAxisRightArgs
{
YAxisRightMax = 0,
YAxisRightMin = 0,
YAxisRightSeries = new[]
{
"string",
},
YAxisRightZero = false,
},
Height = 0,
IsLabelVisible = false,
LegendEnabled = false,
FacetShowOtherSeries = false,
Id = "string",
Thresholds = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineThresholdArgs
{
From = 0,
Name = "string",
Severity = "string",
To = 0,
},
},
IgnoreTimeRange = false,
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
YAxisLeftZero = false,
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
},
},
WidgetLogTables = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
Id = "string",
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetMarkdowns = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownArgs
{
Row = 0,
Column = 0,
Title = "string",
Text = "string",
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Id = "string",
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetPies = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LegendEnabled = false,
LinkedEntityGuids = new[]
{
"string",
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
FilterCurrentDashboard = false,
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetStackedBars = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
Height = 0,
IgnoreTimeRange = false,
LegendEnabled = false,
Id = "string",
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
WidgetTables = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableArgs
{
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableNrqlQueryArgs
{
Query = "string",
AccountId = "string",
},
},
Column = 0,
Title = "string",
Row = 0,
LinkedEntityGuids = new[]
{
"string",
},
FilterCurrentDashboard = false,
IgnoreTimeRange = false,
LegendEnabled = false,
Colors = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableColorArgs
{
Color = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableColorSeriesOverrideArgs
{
Color = "string",
SeriesName = "string",
},
},
},
},
Height = 0,
NullValues = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableNullValueArgs
{
NullValue = "string",
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableNullValueSeriesOverrideArgs
{
NullValue = "string",
SeriesName = "string",
},
},
},
},
Id = "string",
Thresholds = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableThresholdArgs
{
ColumnName = "string",
From = 0,
Severity = "string",
To = 0,
},
},
FacetShowOtherSeries = false,
Units = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableUnitArgs
{
SeriesOverrides = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableUnitSeriesOverrideArgs
{
SeriesName = "string",
Unit = "string",
},
},
Unit = "string",
},
},
Width = 0,
YAxisLeftMax = 0,
YAxisLeftMin = 0,
},
},
},
},
AccountId = "string",
Description = "string",
Name = "string",
Permissions = "string",
Variables = new[]
{
new NewRelic.Inputs.OneDashboardVariableArgs
{
Name = "string",
ReplacementStrategy = "string",
Title = "string",
Type = "string",
DefaultValues = new[]
{
"string",
},
IsMultiSelection = false,
Items = new[]
{
new NewRelic.Inputs.OneDashboardVariableItemArgs
{
Value = "string",
Title = "string",
},
},
NrqlQuery = new NewRelic.Inputs.OneDashboardVariableNrqlQueryArgs
{
Query = "string",
AccountIds = new[]
{
"string",
},
},
Options = new[]
{
new NewRelic.Inputs.OneDashboardVariableOptionArgs
{
IgnoreTimeRange = false,
},
},
},
},
});
example, err := newrelic.NewOneDashboard(ctx, "oneDashboardResource", &newrelic.OneDashboardArgs{
Pages: newrelic.OneDashboardPageArray{
&newrelic.OneDashboardPageArgs{
Name: pulumi.String("string"),
WidgetHeatmaps: newrelic.OneDashboardPageWidgetHeatmapArray{
&newrelic.OneDashboardPageWidgetHeatmapArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArray{
&newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
Colors: newrelic.OneDashboardPageWidgetHeatmapColorArray{
&newrelic.OneDashboardPageWidgetHeatmapColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetHeatmapColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
NullValues: newrelic.OneDashboardPageWidgetHeatmapNullValueArray{
&newrelic.OneDashboardPageWidgetHeatmapNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FilterCurrentDashboard: pulumi.Bool(false),
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetHeatmapUnitArray{
&newrelic.OneDashboardPageWidgetHeatmapUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetHeatmapUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetFunnels: newrelic.OneDashboardPageWidgetFunnelArray{
&newrelic.OneDashboardPageWidgetFunnelArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetFunnelNrqlQueryArray{
&newrelic.OneDashboardPageWidgetFunnelNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Id: pulumi.String("string"),
NullValues: newrelic.OneDashboardPageWidgetFunnelNullValueArray{
&newrelic.OneDashboardPageWidgetFunnelNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetFunnelNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Colors: newrelic.OneDashboardPageWidgetFunnelColorArray{
&newrelic.OneDashboardPageWidgetFunnelColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetFunnelColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetFunnelColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetFunnelUnitArray{
&newrelic.OneDashboardPageWidgetFunnelUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetFunnelUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetAreas: newrelic.OneDashboardPageWidgetAreaArray{
&newrelic.OneDashboardPageWidgetAreaArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetAreaNrqlQueryArray{
&newrelic.OneDashboardPageWidgetAreaNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Id: pulumi.String("string"),
NullValues: newrelic.OneDashboardPageWidgetAreaNullValueArray{
&newrelic.OneDashboardPageWidgetAreaNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetAreaNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Colors: newrelic.OneDashboardPageWidgetAreaColorArray{
&newrelic.OneDashboardPageWidgetAreaColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetAreaColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetAreaColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetAreaUnitArray{
&newrelic.OneDashboardPageWidgetAreaUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetAreaUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetAreaUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetBars: newrelic.OneDashboardPageWidgetBarArray{
&newrelic.OneDashboardPageWidgetBarArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetBarNrqlQueryArray{
&newrelic.OneDashboardPageWidgetBarNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
Colors: newrelic.OneDashboardPageWidgetBarColorArray{
&newrelic.OneDashboardPageWidgetBarColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetBarColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBarColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
NullValues: newrelic.OneDashboardPageWidgetBarNullValueArray{
&newrelic.OneDashboardPageWidgetBarNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetBarNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBarNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FilterCurrentDashboard: pulumi.Bool(false),
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetBarUnitArray{
&newrelic.OneDashboardPageWidgetBarUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetBarUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBarUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetHistograms: newrelic.OneDashboardPageWidgetHistogramArray{
&newrelic.OneDashboardPageWidgetHistogramArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetHistogramNrqlQueryArray{
&newrelic.OneDashboardPageWidgetHistogramNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Id: pulumi.String("string"),
NullValues: newrelic.OneDashboardPageWidgetHistogramNullValueArray{
&newrelic.OneDashboardPageWidgetHistogramNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetHistogramNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Colors: newrelic.OneDashboardPageWidgetHistogramColorArray{
&newrelic.OneDashboardPageWidgetHistogramColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetHistogramColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetHistogramColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetHistogramUnitArray{
&newrelic.OneDashboardPageWidgetHistogramUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetHistogramUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetBullets: newrelic.OneDashboardPageWidgetBulletArray{
&newrelic.OneDashboardPageWidgetBulletArgs{
Limit: pulumi.Float64(0),
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetBulletNrqlQueryArray{
&newrelic.OneDashboardPageWidgetBulletNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
LegendEnabled: pulumi.Bool(false),
IgnoreTimeRange: pulumi.Bool(false),
Colors: newrelic.OneDashboardPageWidgetBulletColorArray{
&newrelic.OneDashboardPageWidgetBulletColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetBulletColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBulletColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
NullValues: newrelic.OneDashboardPageWidgetBulletNullValueArray{
&newrelic.OneDashboardPageWidgetBulletNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetBulletNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Height: pulumi.Int(0),
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetBulletUnitArray{
&newrelic.OneDashboardPageWidgetBulletUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetBulletUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBulletUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
Guid: pulumi.String("string"),
Description: pulumi.String("string"),
WidgetBillboards: newrelic.OneDashboardPageWidgetBillboardArray{
&newrelic.OneDashboardPageWidgetBillboardArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetBillboardNrqlQueryArray{
&newrelic.OneDashboardPageWidgetBillboardNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Colors: newrelic.OneDashboardPageWidgetBillboardColorArray{
&newrelic.OneDashboardPageWidgetBillboardColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetBillboardColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBillboardColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
NullValues: newrelic.OneDashboardPageWidgetBillboardNullValueArray{
&newrelic.OneDashboardPageWidgetBillboardNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Critical: pulumi.String("string"),
Units: newrelic.OneDashboardPageWidgetBillboardUnitArray{
&newrelic.OneDashboardPageWidgetBillboardUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetBillboardUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Warning: pulumi.String("string"),
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetJsons: newrelic.OneDashboardPageWidgetJsonArray{
&newrelic.OneDashboardPageWidgetJsonArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetJsonNrqlQueryArray{
&newrelic.OneDashboardPageWidgetJsonNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Id: pulumi.String("string"),
NullValues: newrelic.OneDashboardPageWidgetJsonNullValueArray{
&newrelic.OneDashboardPageWidgetJsonNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetJsonNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Colors: newrelic.OneDashboardPageWidgetJsonColorArray{
&newrelic.OneDashboardPageWidgetJsonColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetJsonColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetJsonColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetJsonUnitArray{
&newrelic.OneDashboardPageWidgetJsonUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetJsonUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetJsonUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetLines: newrelic.OneDashboardPageWidgetLineArray{
&newrelic.OneDashboardPageWidgetLineArgs{
Title: pulumi.String("string"),
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetLineNrqlQueryArray{
&newrelic.OneDashboardPageWidgetLineNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Row: pulumi.Int(0),
YAxisRight: &newrelic.OneDashboardPageWidgetLineYAxisRightArgs{
YAxisRightMax: pulumi.Float64(0),
YAxisRightMin: pulumi.Float64(0),
YAxisRightSeries: pulumi.StringArray{
pulumi.String("string"),
},
YAxisRightZero: pulumi.Bool(false),
},
Height: pulumi.Int(0),
IsLabelVisible: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
FacetShowOtherSeries: pulumi.Bool(false),
Id: pulumi.String("string"),
Thresholds: newrelic.OneDashboardPageWidgetLineThresholdArray{
&newrelic.OneDashboardPageWidgetLineThresholdArgs{
From: pulumi.Int(0),
Name: pulumi.String("string"),
Severity: pulumi.String("string"),
To: pulumi.Int(0),
},
},
IgnoreTimeRange: pulumi.Bool(false),
Colors: newrelic.OneDashboardPageWidgetLineColorArray{
&newrelic.OneDashboardPageWidgetLineColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetLineColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetLineColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Units: newrelic.OneDashboardPageWidgetLineUnitArray{
&newrelic.OneDashboardPageWidgetLineUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetLineUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetLineUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
YAxisLeftZero: pulumi.Bool(false),
NullValues: newrelic.OneDashboardPageWidgetLineNullValueArray{
&newrelic.OneDashboardPageWidgetLineNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetLineNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetLineNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
},
},
WidgetLogTables: newrelic.OneDashboardPageWidgetLogTableArray{
&newrelic.OneDashboardPageWidgetLogTableArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetLogTableNrqlQueryArray{
&newrelic.OneDashboardPageWidgetLogTableNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Id: pulumi.String("string"),
NullValues: newrelic.OneDashboardPageWidgetLogTableNullValueArray{
&newrelic.OneDashboardPageWidgetLogTableNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetLogTableNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Colors: newrelic.OneDashboardPageWidgetLogTableColorArray{
&newrelic.OneDashboardPageWidgetLogTableColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetLogTableColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetLogTableColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetLogTableUnitArray{
&newrelic.OneDashboardPageWidgetLogTableUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetLogTableUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetMarkdowns: newrelic.OneDashboardPageWidgetMarkdownArray{
&newrelic.OneDashboardPageWidgetMarkdownArgs{
Row: pulumi.Int(0),
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Text: pulumi.String("string"),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
NullValues: newrelic.OneDashboardPageWidgetMarkdownNullValueArray{
&newrelic.OneDashboardPageWidgetMarkdownNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Id: pulumi.String("string"),
Colors: newrelic.OneDashboardPageWidgetMarkdownColorArray{
&newrelic.OneDashboardPageWidgetMarkdownColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetMarkdownColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetMarkdownUnitArray{
&newrelic.OneDashboardPageWidgetMarkdownUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetMarkdownUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetPies: newrelic.OneDashboardPageWidgetPyArray{
&newrelic.OneDashboardPageWidgetPyArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetPyNrqlQueryArray{
&newrelic.OneDashboardPageWidgetPyNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
Colors: newrelic.OneDashboardPageWidgetPyColorArray{
&newrelic.OneDashboardPageWidgetPyColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetPyColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetPyColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
NullValues: newrelic.OneDashboardPageWidgetPyNullValueArray{
&newrelic.OneDashboardPageWidgetPyNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetPyNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetPyNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FilterCurrentDashboard: pulumi.Bool(false),
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetPyUnitArray{
&newrelic.OneDashboardPageWidgetPyUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetPyUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetPyUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetStackedBars: newrelic.OneDashboardPageWidgetStackedBarArray{
&newrelic.OneDashboardPageWidgetStackedBarArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArray{
&newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
Height: pulumi.Int(0),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Id: pulumi.String("string"),
NullValues: newrelic.OneDashboardPageWidgetStackedBarNullValueArray{
&newrelic.OneDashboardPageWidgetStackedBarNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Colors: newrelic.OneDashboardPageWidgetStackedBarColorArray{
&newrelic.OneDashboardPageWidgetStackedBarColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetStackedBarColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetStackedBarUnitArray{
&newrelic.OneDashboardPageWidgetStackedBarUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetStackedBarUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
WidgetTables: newrelic.OneDashboardPageWidgetTableArray{
&newrelic.OneDashboardPageWidgetTableArgs{
NrqlQueries: newrelic.OneDashboardPageWidgetTableNrqlQueryArray{
&newrelic.OneDashboardPageWidgetTableNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.String("string"),
},
},
Column: pulumi.Int(0),
Title: pulumi.String("string"),
Row: pulumi.Int(0),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
FilterCurrentDashboard: pulumi.Bool(false),
IgnoreTimeRange: pulumi.Bool(false),
LegendEnabled: pulumi.Bool(false),
Colors: newrelic.OneDashboardPageWidgetTableColorArray{
&newrelic.OneDashboardPageWidgetTableColorArgs{
Color: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetTableColorSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetTableColorSeriesOverrideArgs{
Color: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Height: pulumi.Int(0),
NullValues: newrelic.OneDashboardPageWidgetTableNullValueArray{
&newrelic.OneDashboardPageWidgetTableNullValueArgs{
NullValue: pulumi.String("string"),
SeriesOverrides: newrelic.OneDashboardPageWidgetTableNullValueSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetTableNullValueSeriesOverrideArgs{
NullValue: pulumi.String("string"),
SeriesName: pulumi.String("string"),
},
},
},
},
Id: pulumi.String("string"),
Thresholds: newrelic.OneDashboardPageWidgetTableThresholdArray{
&newrelic.OneDashboardPageWidgetTableThresholdArgs{
ColumnName: pulumi.String("string"),
From: pulumi.Int(0),
Severity: pulumi.String("string"),
To: pulumi.Int(0),
},
},
FacetShowOtherSeries: pulumi.Bool(false),
Units: newrelic.OneDashboardPageWidgetTableUnitArray{
&newrelic.OneDashboardPageWidgetTableUnitArgs{
SeriesOverrides: newrelic.OneDashboardPageWidgetTableUnitSeriesOverrideArray{
&newrelic.OneDashboardPageWidgetTableUnitSeriesOverrideArgs{
SeriesName: pulumi.String("string"),
Unit: pulumi.String("string"),
},
},
Unit: pulumi.String("string"),
},
},
Width: pulumi.Int(0),
YAxisLeftMax: pulumi.Float64(0),
YAxisLeftMin: pulumi.Float64(0),
},
},
},
},
AccountId: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Permissions: pulumi.String("string"),
Variables: newrelic.OneDashboardVariableArray{
&newrelic.OneDashboardVariableArgs{
Name: pulumi.String("string"),
ReplacementStrategy: pulumi.String("string"),
Title: pulumi.String("string"),
Type: pulumi.String("string"),
DefaultValues: pulumi.StringArray{
pulumi.String("string"),
},
IsMultiSelection: pulumi.Bool(false),
Items: newrelic.OneDashboardVariableItemArray{
&newrelic.OneDashboardVariableItemArgs{
Value: pulumi.String("string"),
Title: pulumi.String("string"),
},
},
NrqlQuery: &newrelic.OneDashboardVariableNrqlQueryArgs{
Query: pulumi.String("string"),
AccountIds: pulumi.StringArray{
pulumi.String("string"),
},
},
Options: newrelic.OneDashboardVariableOptionArray{
&newrelic.OneDashboardVariableOptionArgs{
IgnoreTimeRange: pulumi.Bool(false),
},
},
},
},
})
var oneDashboardResource = new OneDashboard("oneDashboardResource", OneDashboardArgs.builder()
.pages(OneDashboardPageArgs.builder()
.name("string")
.widgetHeatmaps(OneDashboardPageWidgetHeatmapArgs.builder()
.nrqlQueries(OneDashboardPageWidgetHeatmapNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.id("string")
.ignoreTimeRange(false)
.legendEnabled(false)
.linkedEntityGuids("string")
.colors(OneDashboardPageWidgetHeatmapColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.nullValues(OneDashboardPageWidgetHeatmapNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.filterCurrentDashboard(false)
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetHeatmapUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetFunnels(OneDashboardPageWidgetFunnelArgs.builder()
.nrqlQueries(OneDashboardPageWidgetFunnelNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.id("string")
.nullValues(OneDashboardPageWidgetFunnelNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.colors(OneDashboardPageWidgetFunnelColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetFunnelColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetFunnelUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetAreas(OneDashboardPageWidgetAreaArgs.builder()
.nrqlQueries(OneDashboardPageWidgetAreaNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.id("string")
.nullValues(OneDashboardPageWidgetAreaNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.colors(OneDashboardPageWidgetAreaColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetAreaColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetAreaUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetAreaUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetBars(OneDashboardPageWidgetBarArgs.builder()
.nrqlQueries(OneDashboardPageWidgetBarNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.id("string")
.ignoreTimeRange(false)
.legendEnabled(false)
.linkedEntityGuids("string")
.colors(OneDashboardPageWidgetBarColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetBarColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.nullValues(OneDashboardPageWidgetBarNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetBarNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.filterCurrentDashboard(false)
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetBarUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetBarUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetHistograms(OneDashboardPageWidgetHistogramArgs.builder()
.nrqlQueries(OneDashboardPageWidgetHistogramNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.id("string")
.nullValues(OneDashboardPageWidgetHistogramNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.colors(OneDashboardPageWidgetHistogramColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetHistogramColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetHistogramUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetBullets(OneDashboardPageWidgetBulletArgs.builder()
.limit(0)
.column(0)
.title("string")
.row(0)
.nrqlQueries(OneDashboardPageWidgetBulletNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.id("string")
.legendEnabled(false)
.ignoreTimeRange(false)
.colors(OneDashboardPageWidgetBulletColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetBulletColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.nullValues(OneDashboardPageWidgetBulletNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.height(0)
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetBulletUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetBulletUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.guid("string")
.description("string")
.widgetBillboards(OneDashboardPageWidgetBillboardArgs.builder()
.nrqlQueries(OneDashboardPageWidgetBillboardNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.id("string")
.ignoreTimeRange(false)
.legendEnabled(false)
.colors(OneDashboardPageWidgetBillboardColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetBillboardColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.nullValues(OneDashboardPageWidgetBillboardNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.critical("string")
.units(OneDashboardPageWidgetBillboardUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.warning("string")
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetJsons(OneDashboardPageWidgetJsonArgs.builder()
.nrqlQueries(OneDashboardPageWidgetJsonNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.id("string")
.nullValues(OneDashboardPageWidgetJsonNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.colors(OneDashboardPageWidgetJsonColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetJsonColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetJsonUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetJsonUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetLines(OneDashboardPageWidgetLineArgs.builder()
.title("string")
.column(0)
.nrqlQueries(OneDashboardPageWidgetLineNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.row(0)
.yAxisRight(OneDashboardPageWidgetLineYAxisRightArgs.builder()
.yAxisRightMax(0)
.yAxisRightMin(0)
.yAxisRightSeries("string")
.yAxisRightZero(false)
.build())
.height(0)
.isLabelVisible(false)
.legendEnabled(false)
.facetShowOtherSeries(false)
.id("string")
.thresholds(OneDashboardPageWidgetLineThresholdArgs.builder()
.from(0)
.name("string")
.severity("string")
.to(0)
.build())
.ignoreTimeRange(false)
.colors(OneDashboardPageWidgetLineColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetLineColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.units(OneDashboardPageWidgetLineUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetLineUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.yAxisLeftZero(false)
.nullValues(OneDashboardPageWidgetLineNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetLineNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.build())
.widgetLogTables(OneDashboardPageWidgetLogTableArgs.builder()
.nrqlQueries(OneDashboardPageWidgetLogTableNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.id("string")
.nullValues(OneDashboardPageWidgetLogTableNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.colors(OneDashboardPageWidgetLogTableColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetLogTableColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetLogTableUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetMarkdowns(OneDashboardPageWidgetMarkdownArgs.builder()
.row(0)
.column(0)
.title("string")
.text("string")
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.nullValues(OneDashboardPageWidgetMarkdownNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.id("string")
.colors(OneDashboardPageWidgetMarkdownColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetMarkdownUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetPies(OneDashboardPageWidgetPyArgs.builder()
.nrqlQueries(OneDashboardPageWidgetPyNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.id("string")
.ignoreTimeRange(false)
.legendEnabled(false)
.linkedEntityGuids("string")
.colors(OneDashboardPageWidgetPyColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetPyColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.nullValues(OneDashboardPageWidgetPyNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetPyNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.filterCurrentDashboard(false)
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetPyUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetPyUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetStackedBars(OneDashboardPageWidgetStackedBarArgs.builder()
.nrqlQueries(OneDashboardPageWidgetStackedBarNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.height(0)
.ignoreTimeRange(false)
.legendEnabled(false)
.id("string")
.nullValues(OneDashboardPageWidgetStackedBarNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.colors(OneDashboardPageWidgetStackedBarColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetStackedBarUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.widgetTables(OneDashboardPageWidgetTableArgs.builder()
.nrqlQueries(OneDashboardPageWidgetTableNrqlQueryArgs.builder()
.query("string")
.accountId("string")
.build())
.column(0)
.title("string")
.row(0)
.linkedEntityGuids("string")
.filterCurrentDashboard(false)
.ignoreTimeRange(false)
.legendEnabled(false)
.colors(OneDashboardPageWidgetTableColorArgs.builder()
.color("string")
.seriesOverrides(OneDashboardPageWidgetTableColorSeriesOverrideArgs.builder()
.color("string")
.seriesName("string")
.build())
.build())
.height(0)
.nullValues(OneDashboardPageWidgetTableNullValueArgs.builder()
.nullValue("string")
.seriesOverrides(OneDashboardPageWidgetTableNullValueSeriesOverrideArgs.builder()
.nullValue("string")
.seriesName("string")
.build())
.build())
.id("string")
.thresholds(OneDashboardPageWidgetTableThresholdArgs.builder()
.columnName("string")
.from(0)
.severity("string")
.to(0)
.build())
.facetShowOtherSeries(false)
.units(OneDashboardPageWidgetTableUnitArgs.builder()
.seriesOverrides(OneDashboardPageWidgetTableUnitSeriesOverrideArgs.builder()
.seriesName("string")
.unit("string")
.build())
.unit("string")
.build())
.width(0)
.yAxisLeftMax(0)
.yAxisLeftMin(0)
.build())
.build())
.accountId("string")
.description("string")
.name("string")
.permissions("string")
.variables(OneDashboardVariableArgs.builder()
.name("string")
.replacementStrategy("string")
.title("string")
.type("string")
.defaultValues("string")
.isMultiSelection(false)
.items(OneDashboardVariableItemArgs.builder()
.value("string")
.title("string")
.build())
.nrqlQuery(OneDashboardVariableNrqlQueryArgs.builder()
.query("string")
.accountIds("string")
.build())
.options(OneDashboardVariableOptionArgs.builder()
.ignoreTimeRange(false)
.build())
.build())
.build());
one_dashboard_resource = newrelic.OneDashboard("oneDashboardResource",
pages=[newrelic.OneDashboardPageArgs(
name="string",
widget_heatmaps=[newrelic.OneDashboardPageWidgetHeatmapArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
id="string",
ignore_time_range=False,
legend_enabled=False,
linked_entity_guids=["string"],
colors=[newrelic.OneDashboardPageWidgetHeatmapColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
null_values=[newrelic.OneDashboardPageWidgetHeatmapNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
filter_current_dashboard=False,
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetHeatmapUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_funnels=[newrelic.OneDashboardPageWidgetFunnelArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetFunnelNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
ignore_time_range=False,
legend_enabled=False,
id="string",
null_values=[newrelic.OneDashboardPageWidgetFunnelNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
colors=[newrelic.OneDashboardPageWidgetFunnelColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetFunnelColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetFunnelUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_areas=[newrelic.OneDashboardPageWidgetAreaArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetAreaNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
ignore_time_range=False,
legend_enabled=False,
id="string",
null_values=[newrelic.OneDashboardPageWidgetAreaNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
colors=[newrelic.OneDashboardPageWidgetAreaColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetAreaColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetAreaUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetAreaUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_bars=[newrelic.OneDashboardPageWidgetBarArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetBarNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
id="string",
ignore_time_range=False,
legend_enabled=False,
linked_entity_guids=["string"],
colors=[newrelic.OneDashboardPageWidgetBarColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetBarColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
null_values=[newrelic.OneDashboardPageWidgetBarNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetBarNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
filter_current_dashboard=False,
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetBarUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetBarUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_histograms=[newrelic.OneDashboardPageWidgetHistogramArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetHistogramNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
ignore_time_range=False,
legend_enabled=False,
id="string",
null_values=[newrelic.OneDashboardPageWidgetHistogramNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
colors=[newrelic.OneDashboardPageWidgetHistogramColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetHistogramColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetHistogramUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_bullets=[newrelic.OneDashboardPageWidgetBulletArgs(
limit=0,
column=0,
title="string",
row=0,
nrql_queries=[newrelic.OneDashboardPageWidgetBulletNrqlQueryArgs(
query="string",
account_id="string",
)],
id="string",
legend_enabled=False,
ignore_time_range=False,
colors=[newrelic.OneDashboardPageWidgetBulletColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetBulletColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
null_values=[newrelic.OneDashboardPageWidgetBulletNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
height=0,
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetBulletUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetBulletUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
guid="string",
description="string",
widget_billboards=[newrelic.OneDashboardPageWidgetBillboardArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetBillboardNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
id="string",
ignore_time_range=False,
legend_enabled=False,
colors=[newrelic.OneDashboardPageWidgetBillboardColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetBillboardColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
null_values=[newrelic.OneDashboardPageWidgetBillboardNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
facet_show_other_series=False,
critical="string",
units=[newrelic.OneDashboardPageWidgetBillboardUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
warning="string",
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_jsons=[newrelic.OneDashboardPageWidgetJsonArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetJsonNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
ignore_time_range=False,
legend_enabled=False,
id="string",
null_values=[newrelic.OneDashboardPageWidgetJsonNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
colors=[newrelic.OneDashboardPageWidgetJsonColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetJsonColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetJsonUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetJsonUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_lines=[newrelic.OneDashboardPageWidgetLineArgs(
title="string",
column=0,
nrql_queries=[newrelic.OneDashboardPageWidgetLineNrqlQueryArgs(
query="string",
account_id="string",
)],
row=0,
y_axis_right=newrelic.OneDashboardPageWidgetLineYAxisRightArgs(
y_axis_right_max=0,
y_axis_right_min=0,
y_axis_right_series=["string"],
y_axis_right_zero=False,
),
height=0,
is_label_visible=False,
legend_enabled=False,
facet_show_other_series=False,
id="string",
thresholds=[newrelic.OneDashboardPageWidgetLineThresholdArgs(
from_=0,
name="string",
severity="string",
to=0,
)],
ignore_time_range=False,
colors=[newrelic.OneDashboardPageWidgetLineColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetLineColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
units=[newrelic.OneDashboardPageWidgetLineUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetLineUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
y_axis_left_zero=False,
null_values=[newrelic.OneDashboardPageWidgetLineNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetLineNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
)],
widget_log_tables=[newrelic.OneDashboardPageWidgetLogTableArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetLogTableNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
ignore_time_range=False,
legend_enabled=False,
id="string",
null_values=[newrelic.OneDashboardPageWidgetLogTableNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
colors=[newrelic.OneDashboardPageWidgetLogTableColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetLogTableColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetLogTableUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_markdowns=[newrelic.OneDashboardPageWidgetMarkdownArgs(
row=0,
column=0,
title="string",
text="string",
height=0,
ignore_time_range=False,
legend_enabled=False,
null_values=[newrelic.OneDashboardPageWidgetMarkdownNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
id="string",
colors=[newrelic.OneDashboardPageWidgetMarkdownColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetMarkdownUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_pies=[newrelic.OneDashboardPageWidgetPyArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetPyNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
id="string",
ignore_time_range=False,
legend_enabled=False,
linked_entity_guids=["string"],
colors=[newrelic.OneDashboardPageWidgetPyColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetPyColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
null_values=[newrelic.OneDashboardPageWidgetPyNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetPyNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
filter_current_dashboard=False,
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetPyUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetPyUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_stacked_bars=[newrelic.OneDashboardPageWidgetStackedBarArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
height=0,
ignore_time_range=False,
legend_enabled=False,
id="string",
null_values=[newrelic.OneDashboardPageWidgetStackedBarNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
colors=[newrelic.OneDashboardPageWidgetStackedBarColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetStackedBarUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
widget_tables=[newrelic.OneDashboardPageWidgetTableArgs(
nrql_queries=[newrelic.OneDashboardPageWidgetTableNrqlQueryArgs(
query="string",
account_id="string",
)],
column=0,
title="string",
row=0,
linked_entity_guids=["string"],
filter_current_dashboard=False,
ignore_time_range=False,
legend_enabled=False,
colors=[newrelic.OneDashboardPageWidgetTableColorArgs(
color="string",
series_overrides=[newrelic.OneDashboardPageWidgetTableColorSeriesOverrideArgs(
color="string",
series_name="string",
)],
)],
height=0,
null_values=[newrelic.OneDashboardPageWidgetTableNullValueArgs(
null_value="string",
series_overrides=[newrelic.OneDashboardPageWidgetTableNullValueSeriesOverrideArgs(
null_value="string",
series_name="string",
)],
)],
id="string",
thresholds=[newrelic.OneDashboardPageWidgetTableThresholdArgs(
column_name="string",
from_=0,
severity="string",
to=0,
)],
facet_show_other_series=False,
units=[newrelic.OneDashboardPageWidgetTableUnitArgs(
series_overrides=[newrelic.OneDashboardPageWidgetTableUnitSeriesOverrideArgs(
series_name="string",
unit="string",
)],
unit="string",
)],
width=0,
y_axis_left_max=0,
y_axis_left_min=0,
)],
)],
account_id="string",
description="string",
name="string",
permissions="string",
variables=[newrelic.OneDashboardVariableArgs(
name="string",
replacement_strategy="string",
title="string",
type="string",
default_values=["string"],
is_multi_selection=False,
items=[newrelic.OneDashboardVariableItemArgs(
value="string",
title="string",
)],
nrql_query=newrelic.OneDashboardVariableNrqlQueryArgs(
query="string",
account_ids=["string"],
),
options=[newrelic.OneDashboardVariableOptionArgs(
ignore_time_range=False,
)],
)])
const oneDashboardResource = new newrelic.OneDashboard("oneDashboardResource", {
pages: [{
name: "string",
widgetHeatmaps: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
id: "string",
ignoreTimeRange: false,
legendEnabled: false,
linkedEntityGuids: ["string"],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
filterCurrentDashboard: false,
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetFunnels: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
id: "string",
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetAreas: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
id: "string",
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetBars: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
id: "string",
ignoreTimeRange: false,
legendEnabled: false,
linkedEntityGuids: ["string"],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
filterCurrentDashboard: false,
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetHistograms: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
id: "string",
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetBullets: [{
limit: 0,
column: 0,
title: "string",
row: 0,
nrqlQueries: [{
query: "string",
accountId: "string",
}],
id: "string",
legendEnabled: false,
ignoreTimeRange: false,
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
height: 0,
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
guid: "string",
description: "string",
widgetBillboards: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
id: "string",
ignoreTimeRange: false,
legendEnabled: false,
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
critical: "string",
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
warning: "string",
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetJsons: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
id: "string",
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetLines: [{
title: "string",
column: 0,
nrqlQueries: [{
query: "string",
accountId: "string",
}],
row: 0,
yAxisRight: {
yAxisRightMax: 0,
yAxisRightMin: 0,
yAxisRightSeries: ["string"],
yAxisRightZero: false,
},
height: 0,
isLabelVisible: false,
legendEnabled: false,
facetShowOtherSeries: false,
id: "string",
thresholds: [{
from: 0,
name: "string",
severity: "string",
to: 0,
}],
ignoreTimeRange: false,
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
yAxisLeftZero: false,
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
}],
widgetLogTables: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
id: "string",
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetMarkdowns: [{
row: 0,
column: 0,
title: "string",
text: "string",
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
id: "string",
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetPies: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
id: "string",
ignoreTimeRange: false,
legendEnabled: false,
linkedEntityGuids: ["string"],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
filterCurrentDashboard: false,
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetStackedBars: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
height: 0,
ignoreTimeRange: false,
legendEnabled: false,
id: "string",
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
widgetTables: [{
nrqlQueries: [{
query: "string",
accountId: "string",
}],
column: 0,
title: "string",
row: 0,
linkedEntityGuids: ["string"],
filterCurrentDashboard: false,
ignoreTimeRange: false,
legendEnabled: false,
colors: [{
color: "string",
seriesOverrides: [{
color: "string",
seriesName: "string",
}],
}],
height: 0,
nullValues: [{
nullValue: "string",
seriesOverrides: [{
nullValue: "string",
seriesName: "string",
}],
}],
id: "string",
thresholds: [{
columnName: "string",
from: 0,
severity: "string",
to: 0,
}],
facetShowOtherSeries: false,
units: [{
seriesOverrides: [{
seriesName: "string",
unit: "string",
}],
unit: "string",
}],
width: 0,
yAxisLeftMax: 0,
yAxisLeftMin: 0,
}],
}],
accountId: "string",
description: "string",
name: "string",
permissions: "string",
variables: [{
name: "string",
replacementStrategy: "string",
title: "string",
type: "string",
defaultValues: ["string"],
isMultiSelection: false,
items: [{
value: "string",
title: "string",
}],
nrqlQuery: {
query: "string",
accountIds: ["string"],
},
options: [{
ignoreTimeRange: false,
}],
}],
});
type: newrelic:OneDashboard
properties:
accountId: string
description: string
name: string
pages:
- description: string
guid: string
name: string
widgetAreas:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetBars:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetBillboards:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
critical: string
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
warning: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetBullets:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
limit: 0
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetFunnels:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetHeatmaps:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetHistograms:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetJsons:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetLines:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
isLabelVisible: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
thresholds:
- from: 0
name: string
severity: string
to: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
yAxisLeftZero: false
yAxisRight:
yAxisRightMax: 0
yAxisRightMin: 0
yAxisRightSeries:
- string
yAxisRightZero: false
widgetLogTables:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetMarkdowns:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
text: string
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetPies:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetStackedBars:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
widgetTables:
- colors:
- color: string
seriesOverrides:
- color: string
seriesName: string
column: 0
facetShowOtherSeries: false
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
legendEnabled: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: string
query: string
nullValues:
- nullValue: string
seriesOverrides:
- nullValue: string
seriesName: string
row: 0
thresholds:
- columnName: string
from: 0
severity: string
to: 0
title: string
units:
- seriesOverrides:
- seriesName: string
unit: string
unit: string
width: 0
yAxisLeftMax: 0
yAxisLeftMin: 0
permissions: string
variables:
- defaultValues:
- string
isMultiSelection: false
items:
- title: string
value: string
name: string
nrqlQuery:
accountIds:
- string
query: string
options:
- ignoreTimeRange: false
replacementStrategy: string
title: string
type: string
OneDashboard Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The OneDashboard resource accepts the following input properties:
- Pages
List<Pulumi.
New Relic. Inputs. One Dashboard Page> - A nested block that describes a page. See Nested page blocks below for details.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Description string
- Brief text describing the dashboard.
- Name string
- The title of the dashboard.
- Permissions string
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - Variables
List<Pulumi.
New Relic. Inputs. One Dashboard Variable> - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- Pages
[]One
Dashboard Page Args - A nested block that describes a page. See Nested page blocks below for details.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Description string
- Brief text describing the dashboard.
- Name string
- The title of the dashboard.
- Permissions string
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - Variables
[]One
Dashboard Variable Args - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages
List<One
Dashboard Page> - A nested block that describes a page. See Nested page blocks below for details.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description String
- Brief text describing the dashboard.
- name String
- The title of the dashboard.
- permissions String
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables
List<One
Dashboard Variable> - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages
One
Dashboard Page[] - A nested block that describes a page. See Nested page blocks below for details.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description string
- Brief text describing the dashboard.
- name string
- The title of the dashboard.
- permissions string
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables
One
Dashboard Variable[] - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages
Sequence[One
Dashboard Page Args] - A nested block that describes a page. See Nested page blocks below for details.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description str
- Brief text describing the dashboard.
- name str
- The title of the dashboard.
- permissions str
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables
Sequence[One
Dashboard Variable Args] - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages List<Property Map>
- A nested block that describes a page. See Nested page blocks below for details.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description String
- Brief text describing the dashboard.
- name String
- The title of the dashboard.
- permissions String
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables List<Property Map>
- A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
Outputs
All input properties are implicitly available as output properties. Additionally, the OneDashboard resource produces the following output properties:
Look up Existing OneDashboard Resource
Get an existing OneDashboard resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OneDashboardState, opts?: CustomResourceOptions): OneDashboard
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
description: Optional[str] = None,
guid: Optional[str] = None,
name: Optional[str] = None,
pages: Optional[Sequence[OneDashboardPageArgs]] = None,
permalink: Optional[str] = None,
permissions: Optional[str] = None,
variables: Optional[Sequence[OneDashboardVariableArgs]] = None) -> OneDashboard
func GetOneDashboard(ctx *Context, name string, id IDInput, state *OneDashboardState, opts ...ResourceOption) (*OneDashboard, error)
public static OneDashboard Get(string name, Input<string> id, OneDashboardState? state, CustomResourceOptions? opts = null)
public static OneDashboard get(String name, Output<String> id, OneDashboardState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Description string
- Brief text describing the dashboard.
- Guid string
- The unique entity identifier of the dashboard page in New Relic.
- Name string
- The title of the dashboard.
- Pages
List<Pulumi.
New Relic. Inputs. One Dashboard Page> - A nested block that describes a page. See Nested page blocks below for details.
- Permalink string
- The URL for viewing the dashboard.
- Permissions string
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - Variables
List<Pulumi.
New Relic. Inputs. One Dashboard Variable> - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Description string
- Brief text describing the dashboard.
- Guid string
- The unique entity identifier of the dashboard page in New Relic.
- Name string
- The title of the dashboard.
- Pages
[]One
Dashboard Page Args - A nested block that describes a page. See Nested page blocks below for details.
- Permalink string
- The URL for viewing the dashboard.
- Permissions string
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - Variables
[]One
Dashboard Variable Args - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description String
- Brief text describing the dashboard.
- guid String
- The unique entity identifier of the dashboard page in New Relic.
- name String
- The title of the dashboard.
- pages
List<One
Dashboard Page> - A nested block that describes a page. See Nested page blocks below for details.
- permalink String
- The URL for viewing the dashboard.
- permissions String
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables
List<One
Dashboard Variable> - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description string
- Brief text describing the dashboard.
- guid string
- The unique entity identifier of the dashboard page in New Relic.
- name string
- The title of the dashboard.
- pages
One
Dashboard Page[] - A nested block that describes a page. See Nested page blocks below for details.
- permalink string
- The URL for viewing the dashboard.
- permissions string
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables
One
Dashboard Variable[] - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description str
- Brief text describing the dashboard.
- guid str
- The unique entity identifier of the dashboard page in New Relic.
- name str
- The title of the dashboard.
- pages
Sequence[One
Dashboard Page Args] - A nested block that describes a page. See Nested page blocks below for details.
- permalink str
- The URL for viewing the dashboard.
- permissions str
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables
Sequence[One
Dashboard Variable Args] - A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- description String
- Brief text describing the dashboard.
- guid String
- The unique entity identifier of the dashboard page in New Relic.
- name String
- The title of the dashboard.
- pages List<Property Map>
- A nested block that describes a page. See Nested page blocks below for details.
- permalink String
- The URL for viewing the dashboard.
- permissions String
- Determines who can see the dashboard in an account. Valid values are
private
,public_read_only
, orpublic_read_write
. Defaults topublic_read_only
. - variables List<Property Map>
- A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
Supporting Types
OneDashboardPage, OneDashboardPageArgs
- Name string
- The title of the dashboard.
- Description string
- Brief text describing the dashboard.
- Guid string
- The unique entity identifier of the dashboard page in New Relic.
- Widget
Areas List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area> - An area widget.
- Widget
Bars List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar> - A bar widget.
- Widget
Billboards List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard> - A billboard widget.
- Widget
Bullets List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet> - A bullet widget.
- Widget
Funnels List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel> - A funnel widget.
- Widget
Heatmaps List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap> - A heatmap widget.
- Widget
Histograms List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram> - A histogram widget.
- Widget
Jsons List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json> - A JSON widget.
- Widget
Lines List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line> - A line widget.
- Widget
Log List<Pulumi.Tables New Relic. Inputs. One Dashboard Page Widget Log Table> - A log table widget.
- Widget
Markdowns List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown> - A markdown widget.
- Widget
Pies List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py> - A pie widget.
- Widget
Stacked List<Pulumi.Bars New Relic. Inputs. One Dashboard Page Widget Stacked Bar> - A stacked bar widget.
- Widget
Tables List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table> - A table widget.
- Name string
- The title of the dashboard.
- Description string
- Brief text describing the dashboard.
- Guid string
- The unique entity identifier of the dashboard page in New Relic.
- Widget
Areas []OneDashboard Page Widget Area - An area widget.
- Widget
Bars []OneDashboard Page Widget Bar - A bar widget.
- Widget
Billboards []OneDashboard Page Widget Billboard - A billboard widget.
- Widget
Bullets []OneDashboard Page Widget Bullet - A bullet widget.
- Widget
Funnels []OneDashboard Page Widget Funnel - A funnel widget.
- Widget
Heatmaps []OneDashboard Page Widget Heatmap - A heatmap widget.
- Widget
Histograms []OneDashboard Page Widget Histogram - A histogram widget.
- Widget
Jsons []OneDashboard Page Widget Json - A JSON widget.
- Widget
Lines []OneDashboard Page Widget Line - A line widget.
- Widget
Log []OneTables Dashboard Page Widget Log Table - A log table widget.
- Widget
Markdowns []OneDashboard Page Widget Markdown - A markdown widget.
- Widget
Pies []OneDashboard Page Widget Py - A pie widget.
- Widget
Stacked []OneBars Dashboard Page Widget Stacked Bar - A stacked bar widget.
- Widget
Tables []OneDashboard Page Widget Table - A table widget.
- name String
- The title of the dashboard.
- description String
- Brief text describing the dashboard.
- guid String
- The unique entity identifier of the dashboard page in New Relic.
- widget
Areas List<OneDashboard Page Widget Area> - An area widget.
- widget
Bars List<OneDashboard Page Widget Bar> - A bar widget.
- widget
Billboards List<OneDashboard Page Widget Billboard> - A billboard widget.
- widget
Bullets List<OneDashboard Page Widget Bullet> - A bullet widget.
- widget
Funnels List<OneDashboard Page Widget Funnel> - A funnel widget.
- widget
Heatmaps List<OneDashboard Page Widget Heatmap> - A heatmap widget.
- widget
Histograms List<OneDashboard Page Widget Histogram> - A histogram widget.
- widget
Jsons List<OneDashboard Page Widget Json> - A JSON widget.
- widget
Lines List<OneDashboard Page Widget Line> - A line widget.
- widget
Log List<OneTables Dashboard Page Widget Log Table> - A log table widget.
- widget
Markdowns List<OneDashboard Page Widget Markdown> - A markdown widget.
- widget
Pies List<OneDashboard Page Widget Py> - A pie widget.
- widget
Stacked List<OneBars Dashboard Page Widget Stacked Bar> - A stacked bar widget.
- widget
Tables List<OneDashboard Page Widget Table> - A table widget.
- name string
- The title of the dashboard.
- description string
- Brief text describing the dashboard.
- guid string
- The unique entity identifier of the dashboard page in New Relic.
- widget
Areas OneDashboard Page Widget Area[] - An area widget.
- widget
Bars OneDashboard Page Widget Bar[] - A bar widget.
- widget
Billboards OneDashboard Page Widget Billboard[] - A billboard widget.
- widget
Bullets OneDashboard Page Widget Bullet[] - A bullet widget.
- widget
Funnels OneDashboard Page Widget Funnel[] - A funnel widget.
- widget
Heatmaps OneDashboard Page Widget Heatmap[] - A heatmap widget.
- widget
Histograms OneDashboard Page Widget Histogram[] - A histogram widget.
- widget
Jsons OneDashboard Page Widget Json[] - A JSON widget.
- widget
Lines OneDashboard Page Widget Line[] - A line widget.
- widget
Log OneTables Dashboard Page Widget Log Table[] - A log table widget.
- widget
Markdowns OneDashboard Page Widget Markdown[] - A markdown widget.
- widget
Pies OneDashboard Page Widget Py[] - A pie widget.
- widget
Stacked OneBars Dashboard Page Widget Stacked Bar[] - A stacked bar widget.
- widget
Tables OneDashboard Page Widget Table[] - A table widget.
- name str
- The title of the dashboard.
- description str
- Brief text describing the dashboard.
- guid str
- The unique entity identifier of the dashboard page in New Relic.
- widget_
areas Sequence[OneDashboard Page Widget Area] - An area widget.
- widget_
bars Sequence[OneDashboard Page Widget Bar] - A bar widget.
- widget_
billboards Sequence[OneDashboard Page Widget Billboard] - A billboard widget.
- widget_
bullets Sequence[OneDashboard Page Widget Bullet] - A bullet widget.
- widget_
funnels Sequence[OneDashboard Page Widget Funnel] - A funnel widget.
- widget_
heatmaps Sequence[OneDashboard Page Widget Heatmap] - A heatmap widget.
- widget_
histograms Sequence[OneDashboard Page Widget Histogram] - A histogram widget.
- widget_
jsons Sequence[OneDashboard Page Widget Json] - A JSON widget.
- widget_
lines Sequence[OneDashboard Page Widget Line] - A line widget.
- widget_
log_ Sequence[Onetables Dashboard Page Widget Log Table] - A log table widget.
- widget_
markdowns Sequence[OneDashboard Page Widget Markdown] - A markdown widget.
- widget_
pies Sequence[OneDashboard Page Widget Py] - A pie widget.
- widget_
stacked_ Sequence[Onebars Dashboard Page Widget Stacked Bar] - A stacked bar widget.
- widget_
tables Sequence[OneDashboard Page Widget Table] - A table widget.
- name String
- The title of the dashboard.
- description String
- Brief text describing the dashboard.
- guid String
- The unique entity identifier of the dashboard page in New Relic.
- widget
Areas List<Property Map> - An area widget.
- widget
Bars List<Property Map> - A bar widget.
- widget
Billboards List<Property Map> - A billboard widget.
- widget
Bullets List<Property Map> - A bullet widget.
- widget
Funnels List<Property Map> - A funnel widget.
- widget
Heatmaps List<Property Map> - A heatmap widget.
- widget
Histograms List<Property Map> - A histogram widget.
- widget
Jsons List<Property Map> - A JSON widget.
- widget
Lines List<Property Map> - A line widget.
- widget
Log List<Property Map>Tables - A log table widget.
- widget
Markdowns List<Property Map> - A markdown widget.
- widget
Pies List<Property Map> - A pie widget.
- widget
Stacked List<Property Map>Bars - A stacked bar widget.
- widget
Tables List<Property Map> - A table widget.
OneDashboardPageWidgetArea, OneDashboardPageWidgetAreaArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Area Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Area Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Area Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Area Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Area Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Area Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Area Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Area Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Area Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Area Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Area Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Area Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Area Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Area Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Area Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Area Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Area Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Area Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetAreaColor, OneDashboardPageWidgetAreaColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Area Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Area Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Area Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Area Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetAreaColorSeriesOverride, OneDashboardPageWidgetAreaColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetAreaNrqlQuery, OneDashboardPageWidgetAreaNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetAreaNullValue, OneDashboardPageWidgetAreaNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Area Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Area Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Area Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Area Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetAreaNullValueSeriesOverride, OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetAreaUnit, OneDashboardPageWidgetAreaUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Area Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Area Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Area Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Area Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetAreaUnitSeriesOverride, OneDashboardPageWidgetAreaUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetBar, OneDashboardPageWidgetBarArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Bar Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity List<string>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Bar Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Bar Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Bar Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity []stringGuids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values []OneDashboard Page Widget Bar Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Bar Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Bar Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Bar Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<OneDashboard Page Widget Bar Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Bar Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Bar Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Bar Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current booleanDashboard - (Optional) Use this item to filter the current dashboard.
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity string[]Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values OneDashboard Page Widget Bar Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Bar Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Bar Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Bar Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter_
current_ booldashboard - (Optional) Use this item to filter the current dashboard.
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked_
entity_ Sequence[str]guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null_
values Sequence[OneDashboard Page Widget Bar Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Bar Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetBarColor, OneDashboardPageWidgetBarColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Bar Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Bar Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Bar Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Bar Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBarColorSeriesOverride, OneDashboardPageWidgetBarColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetBarNrqlQuery, OneDashboardPageWidgetBarNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetBarNullValue, OneDashboardPageWidgetBarNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Bar Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Bar Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Bar Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Bar Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBarNullValueSeriesOverride, OneDashboardPageWidgetBarNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetBarUnit, OneDashboardPageWidgetBarUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Bar Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Bar Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Bar Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Bar Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetBarUnitSeriesOverride, OneDashboardPageWidgetBarUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetBillboard, OneDashboardPageWidgetBillboardArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Billboard Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Critical string
- (Optional) Threshold above which the displayed value will be styled with a red color.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Billboard Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Warning string
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Billboard Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Billboard Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Critical string
- (Optional) Threshold above which the displayed value will be styled with a red color.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Billboard Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Billboard Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Warning string
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Billboard Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Billboard Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- critical String
- (Optional) Threshold above which the displayed value will be styled with a red color.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Billboard Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Billboard Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- warning String
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Billboard Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Billboard Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- critical string
- (Optional) Threshold above which the displayed value will be styled with a red color.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Billboard Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Billboard Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- warning string
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Billboard Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Billboard Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- critical str
- (Optional) Threshold above which the displayed value will be styled with a red color.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Billboard Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Billboard Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- warning str
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- critical String
- (Optional) Threshold above which the displayed value will be styled with a red color.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- warning String
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetBillboardColor, OneDashboardPageWidgetBillboardColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Billboard Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Billboard Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Billboard Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Billboard Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBillboardColorSeriesOverride, OneDashboardPageWidgetBillboardColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetBillboardNrqlQuery, OneDashboardPageWidgetBillboardNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetBillboardNullValue, OneDashboardPageWidgetBillboardNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Billboard Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Billboard Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Billboard Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Billboard Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBillboardNullValueSeriesOverride, OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetBillboardUnit, OneDashboardPageWidgetBillboardUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Billboard Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Billboard Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Billboard Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Billboard Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetBillboardUnitSeriesOverride, OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetBullet, OneDashboardPageWidgetBulletArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Limit double
- (Required) Visualization limit for the widget.
- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Bullet Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Bullet Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Limit float64
- (Required) Visualization limit for the widget.
- Nrql
Queries []OneDashboard Page Widget Bullet Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Bullet Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Bullet Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Bullet Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - limit Double
- (Required) Visualization limit for the widget.
- nrql
Queries List<OneDashboard Page Widget Bullet Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Bullet Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Bullet Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Bullet Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - limit number
- (Required) Visualization limit for the widget.
- nrql
Queries OneDashboard Page Widget Bullet Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Bullet Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Bullet Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Bullet Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - limit float
- (Required) Visualization limit for the widget.
- nrql_
queries Sequence[OneDashboard Page Widget Bullet Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Bullet Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Bullet Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Bullet Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - limit Number
- (Required) Visualization limit for the widget.
- nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetBulletColor, OneDashboardPageWidgetBulletColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Bullet Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Bullet Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Bullet Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Bullet Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBulletColorSeriesOverride, OneDashboardPageWidgetBulletColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetBulletNrqlQuery, OneDashboardPageWidgetBulletNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetBulletNullValue, OneDashboardPageWidgetBulletNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Bullet Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Bullet Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Bullet Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Bullet Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBulletNullValueSeriesOverride, OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetBulletUnit, OneDashboardPageWidgetBulletUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Bullet Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Bullet Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Bullet Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Bullet Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetBulletUnitSeriesOverride, OneDashboardPageWidgetBulletUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetFunnel, OneDashboardPageWidgetFunnelArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Funnel Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Funnel Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Funnel Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Funnel Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Funnel Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Funnel Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Funnel Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Funnel Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Funnel Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Funnel Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Funnel Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Funnel Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Funnel Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Funnel Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Funnel Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Funnel Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Funnel Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Funnel Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetFunnelColor, OneDashboardPageWidgetFunnelColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Funnel Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Funnel Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Funnel Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Funnel Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetFunnelColorSeriesOverride, OneDashboardPageWidgetFunnelColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetFunnelNrqlQuery, OneDashboardPageWidgetFunnelNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetFunnelNullValue, OneDashboardPageWidgetFunnelNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Funnel Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Funnel Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Funnel Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Funnel Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetFunnelNullValueSeriesOverride, OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetFunnelUnit, OneDashboardPageWidgetFunnelUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Funnel Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Funnel Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Funnel Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Funnel Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetFunnelUnitSeriesOverride, OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetHeatmap, OneDashboardPageWidgetHeatmapArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Heatmap Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity List<string>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Heatmap Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Heatmap Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Heatmap Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity []stringGuids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values []OneDashboard Page Widget Heatmap Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Heatmap Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Heatmap Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Heatmap Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<OneDashboard Page Widget Heatmap Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Heatmap Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Heatmap Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Heatmap Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current booleanDashboard - (Optional) Use this item to filter the current dashboard.
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity string[]Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values OneDashboard Page Widget Heatmap Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Heatmap Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Heatmap Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Heatmap Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter_
current_ booldashboard - (Optional) Use this item to filter the current dashboard.
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked_
entity_ Sequence[str]guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null_
values Sequence[OneDashboard Page Widget Heatmap Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Heatmap Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetHeatmapColor, OneDashboardPageWidgetHeatmapColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Heatmap Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Heatmap Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Heatmap Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Heatmap Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetHeatmapColorSeriesOverride, OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetHeatmapNrqlQuery, OneDashboardPageWidgetHeatmapNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetHeatmapNullValue, OneDashboardPageWidgetHeatmapNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Heatmap Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Heatmap Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Heatmap Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Heatmap Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetHeatmapNullValueSeriesOverride, OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetHeatmapUnit, OneDashboardPageWidgetHeatmapUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Heatmap Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Heatmap Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Heatmap Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Heatmap Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetHeatmapUnitSeriesOverride, OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetHistogram, OneDashboardPageWidgetHistogramArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Histogram Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Histogram Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Histogram Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Histogram Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Histogram Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Histogram Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Histogram Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Histogram Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Histogram Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Histogram Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Histogram Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Histogram Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Histogram Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Histogram Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Histogram Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Histogram Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Histogram Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Histogram Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetHistogramColor, OneDashboardPageWidgetHistogramColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Histogram Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Histogram Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Histogram Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Histogram Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetHistogramColorSeriesOverride, OneDashboardPageWidgetHistogramColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetHistogramNrqlQuery, OneDashboardPageWidgetHistogramNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetHistogramNullValue, OneDashboardPageWidgetHistogramNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Histogram Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Histogram Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Histogram Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Histogram Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetHistogramNullValueSeriesOverride, OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetHistogramUnit, OneDashboardPageWidgetHistogramUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Histogram Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Histogram Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Histogram Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Histogram Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetHistogramUnitSeriesOverride, OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetJson, OneDashboardPageWidgetJsonArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Json Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Json Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Json Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Json Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Json Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Json Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Json Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Json Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Json Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Json Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Json Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Json Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Json Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Json Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Json Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Json Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Json Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Json Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetJsonColor, OneDashboardPageWidgetJsonColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Json Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Json Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Json Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Json Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetJsonColorSeriesOverride, OneDashboardPageWidgetJsonColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetJsonNrqlQuery, OneDashboardPageWidgetJsonNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetJsonNullValue, OneDashboardPageWidgetJsonNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Json Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Json Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Json Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Json Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetJsonNullValueSeriesOverride, OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetJsonUnit, OneDashboardPageWidgetJsonUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Json Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Json Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Json Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Json Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetJsonUnitSeriesOverride, OneDashboardPageWidgetJsonUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetLine, OneDashboardPageWidgetLineArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Line Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Is
Label boolVisible - (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the label always visible toggle in the Thresholds section in the settings of the widget is enabled.
- Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Thresholds
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Line Threshold> - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Line Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin. - YAxis
Left boolZero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_left_min
(or 0 if it is not defined) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale. - YAxis
Right Pulumi.New Relic. Inputs. One Dashboard Page Widget Line YAxis Right - (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Line Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Line Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Is
Label boolVisible - (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the label always visible toggle in the Thresholds section in the settings of the widget is enabled.
- Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Line Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Thresholds
[]One
Dashboard Page Widget Line Threshold - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - Units
[]One
Dashboard Page Widget Line Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin. - YAxis
Left boolZero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_left_min
(or 0 if it is not defined) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale. - YAxis
Right OneDashboard Page Widget Line YAxis Right - (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Line Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Line Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - is
Label BooleanVisible - (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the label always visible toggle in the Thresholds section in the settings of the widget is enabled.
- legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Line Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds
List<One
Dashboard Page Widget Line Threshold> - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units
List<One
Dashboard Page Widget Line Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin. - y
Axis BooleanLeft Zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_left_min
(or 0 if it is not defined) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale. - y
Axis OneRight Dashboard Page Widget Line YAxis Right - (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Line Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Line Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - is
Label booleanVisible - (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the label always visible toggle in the Thresholds section in the settings of the widget is enabled.
- legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Line Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds
One
Dashboard Page Widget Line Threshold[] - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units
One
Dashboard Page Widget Line Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin. - y
Axis booleanLeft Zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_left_min
(or 0 if it is not defined) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale. - y
Axis OneRight Dashboard Page Widget Line YAxis Right - (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Line Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Line Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - is_
label_ boolvisible - (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the label always visible toggle in the Thresholds section in the settings of the widget is enabled.
- legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Line Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds
Sequence[One
Dashboard Page Widget Line Threshold] - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units
Sequence[One
Dashboard Page Widget Line Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin. - y_
axis_ boolleft_ zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_left_min
(or 0 if it is not defined) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale. - y_
axis_ Oneright Dashboard Page Widget Line YAxis Right - (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - is
Label BooleanVisible - (Optional) A boolean value, which when true, sets the label to be visibly displayed within thresholds. In other words, if this attribute is set to true, the label always visible toggle in the Thresholds section in the settings of the widget is enabled.
- legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds List<Property Map>
- (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin. - y
Axis BooleanLeft Zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_left_min
(or 0 if it is not defined) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale. - y
Axis Property MapRight - (Optional) An attribute which helps specify the configuration of the Y-Axis displayed on the right side of the line widget. This is a nested block, which includes the following attributes:
OneDashboardPageWidgetLineColor, OneDashboardPageWidgetLineColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Line Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Line Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Line Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Line Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetLineColorSeriesOverride, OneDashboardPageWidgetLineColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetLineNrqlQuery, OneDashboardPageWidgetLineNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetLineNullValue, OneDashboardPageWidgetLineNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Line Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Line Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Line Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Line Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetLineNullValueSeriesOverride, OneDashboardPageWidgetLineNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetLineThreshold, OneDashboardPageWidgetLineThresholdArgs
- From int
- The value 'from' which the threshold would need to be applied.
- Name string
- The title of the dashboard.
- Severity string
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - To int
- The value until which the threshold would need to be applied.
- From int
- The value 'from' which the threshold would need to be applied.
- Name string
- The title of the dashboard.
- Severity string
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - To int
- The value until which the threshold would need to be applied.
- from Integer
- The value 'from' which the threshold would need to be applied.
- name String
- The title of the dashboard.
- severity String
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to Integer
- The value until which the threshold would need to be applied.
- from number
- The value 'from' which the threshold would need to be applied.
- name string
- The title of the dashboard.
- severity string
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to number
- The value until which the threshold would need to be applied.
- from_ int
- The value 'from' which the threshold would need to be applied.
- name str
- The title of the dashboard.
- severity str
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to int
- The value until which the threshold would need to be applied.
- from Number
- The value 'from' which the threshold would need to be applied.
- name String
- The title of the dashboard.
- severity String
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to Number
- The value until which the threshold would need to be applied.
OneDashboardPageWidgetLineUnit, OneDashboardPageWidgetLineUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Line Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Line Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Line Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Line Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetLineUnitSeriesOverride, OneDashboardPageWidgetLineUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetLineYAxisRight, OneDashboardPageWidgetLineYAxisRightArgs
- YAxis
Right doubleMax - Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
- YAxis
Right doubleMin - ,
y_axis_right_max
- (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis. - YAxis
Right List<string>Series - (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
- YAxis
Right boolZero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_right_min
(or 0 if it is not defined) toy_axis_right_max
. Usey_axis_right_zero = true
with a combination ofy_axis_right_min
andy_axis_right_max
to render values from 0 or the specified minimum to the maximum, andy_axis_right_zero = false
to fit the graph to scale.
- YAxis
Right float64Max - Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
- YAxis
Right float64Min - ,
y_axis_right_max
- (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis. - YAxis
Right []stringSeries - (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
- YAxis
Right boolZero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_right_min
(or 0 if it is not defined) toy_axis_right_max
. Usey_axis_right_zero = true
with a combination ofy_axis_right_min
andy_axis_right_max
to render values from 0 or the specified minimum to the maximum, andy_axis_right_zero = false
to fit the graph to scale.
- y
Axis DoubleRight Max - Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
- y
Axis DoubleRight Min - ,
y_axis_right_max
- (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis. - y
Axis List<String>Right Series - (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
- y
Axis BooleanRight Zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_right_min
(or 0 if it is not defined) toy_axis_right_max
. Usey_axis_right_zero = true
with a combination ofy_axis_right_min
andy_axis_right_max
to render values from 0 or the specified minimum to the maximum, andy_axis_right_zero = false
to fit the graph to scale.
- y
Axis numberRight Max - Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
- y
Axis numberRight Min - ,
y_axis_right_max
- (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis. - y
Axis string[]Right Series - (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
- y
Axis booleanRight Zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_right_min
(or 0 if it is not defined) toy_axis_right_max
. Usey_axis_right_zero = true
with a combination ofy_axis_right_min
andy_axis_right_max
to render values from 0 or the specified minimum to the maximum, andy_axis_right_zero = false
to fit the graph to scale.
- y_
axis_ floatright_ max - Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
- y_
axis_ floatright_ min - ,
y_axis_right_max
- (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis. - y_
axis_ Sequence[str]right_ series - (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
- y_
axis_ boolright_ zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_right_min
(or 0 if it is not defined) toy_axis_right_max
. Usey_axis_right_zero = true
with a combination ofy_axis_right_min
andy_axis_right_max
to render values from 0 or the specified minimum to the maximum, andy_axis_right_zero = false
to fit the graph to scale.
- y
Axis NumberRight Max - Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
- y
Axis NumberRight Min - ,
y_axis_right_max
- (Optional) Attributes which help specify a range of minimum and maximum values, which adjust the right Y axis to display the data within the specified minimum and maximum value for the axis. - y
Axis List<String>Right Series - (Optional) An attribute which takes a list of strings, specifying a selection of series' displayed in the line chart to be adjusted against the values of the right Y-axis.
- y
Axis BooleanRight Zero - (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from
y_axis_right_min
(or 0 if it is not defined) toy_axis_right_max
. Usey_axis_right_zero = true
with a combination ofy_axis_right_min
andy_axis_right_max
to render values from 0 or the specified minimum to the maximum, andy_axis_right_zero = false
to fit the graph to scale.
OneDashboardPageWidgetLogTable, OneDashboardPageWidgetLogTableArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Log Table Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Log Table Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Log Table Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Log Table Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Log Table Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Log Table Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Log Table Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Log Table Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Log Table Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Log Table Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Log Table Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Log Table Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Log Table Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Log Table Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Log Table Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Log Table Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Log Table Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Log Table Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetLogTableColor, OneDashboardPageWidgetLogTableColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Log Table Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Log Table Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Log Table Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Log Table Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetLogTableColorSeriesOverride, OneDashboardPageWidgetLogTableColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetLogTableNrqlQuery, OneDashboardPageWidgetLogTableNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetLogTableNullValue, OneDashboardPageWidgetLogTableNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Log Table Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Log Table Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Log Table Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Log Table Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetLogTableNullValueSeriesOverride, OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetLogTableUnit, OneDashboardPageWidgetLogTableUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Log Table Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Log Table Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Log Table Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Log Table Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetLogTableUnitSeriesOverride, OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetMarkdown, OneDashboardPageWidgetMarkdownArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Text string
- (Required) The markdown source to be rendered in the widget.
- Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Markdown Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Markdown Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Text string
- (Required) The markdown source to be rendered in the widget.
- Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Markdown Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Markdown Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Markdown Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - text String
- (Required) The markdown source to be rendered in the widget.
- title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Markdown Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Markdown Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Markdown Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - row number
- (Required) Row position of widget from top left, starting at
1
. - text string
- (Required) The markdown source to be rendered in the widget.
- title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Markdown Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Markdown Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Markdown Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - row int
- (Required) Row position of widget from top left, starting at
1
. - text str
- (Required) The markdown source to be rendered in the widget.
- title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Markdown Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Markdown Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Markdown Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - row Number
- (Required) Row position of widget from top left, starting at
1
. - text String
- (Required) The markdown source to be rendered in the widget.
- title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetMarkdownColor, OneDashboardPageWidgetMarkdownColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Markdown Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Markdown Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Markdown Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Markdown Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetMarkdownColorSeriesOverride, OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetMarkdownNullValue, OneDashboardPageWidgetMarkdownNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Markdown Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Markdown Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Markdown Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Markdown Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetMarkdownNullValueSeriesOverride, OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetMarkdownUnit, OneDashboardPageWidgetMarkdownUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Markdown Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Markdown Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Markdown Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Markdown Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetMarkdownUnitSeriesOverride, OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetPy, OneDashboardPageWidgetPyArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Py Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity List<string>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Py Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Py Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Py Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity []stringGuids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values []OneDashboard Page Widget Py Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Py Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Py Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Py Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<OneDashboard Page Widget Py Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Py Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Py Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Py Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current booleanDashboard - (Optional) Use this item to filter the current dashboard.
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity string[]Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values OneDashboard Page Widget Py Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Py Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Py Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Py Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter_
current_ booldashboard - (Optional) Use this item to filter the current dashboard.
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked_
entity_ Sequence[str]guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null_
values Sequence[OneDashboard Page Widget Py Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Py Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetPyColor, OneDashboardPageWidgetPyColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Py Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Py Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Py Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Py Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetPyColorSeriesOverride, OneDashboardPageWidgetPyColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetPyNrqlQuery, OneDashboardPageWidgetPyNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetPyNullValue, OneDashboardPageWidgetPyNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Py Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Py Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Py Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Py Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetPyNullValueSeriesOverride, OneDashboardPageWidgetPyNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetPyUnit, OneDashboardPageWidgetPyUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Py Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Py Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Py Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Py Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetPyUnitSeriesOverride, OneDashboardPageWidgetPyUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetStackedBar, OneDashboardPageWidgetStackedBarArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Stacked Bar Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Stacked Bar Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Stacked Bar Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Stacked Bar Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Stacked Bar Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Stacked Bar Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Null
Values []OneDashboard Page Widget Stacked Bar Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Stacked Bar Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Stacked Bar Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Stacked Bar Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<OneDashboard Page Widget Stacked Bar Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Stacked Bar Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Stacked Bar Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Stacked Bar Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values OneDashboard Page Widget Stacked Bar Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Stacked Bar Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Stacked Bar Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Stacked Bar Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null_
values Sequence[OneDashboard Page Widget Stacked Bar Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Stacked Bar Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetStackedBarColor, OneDashboardPageWidgetStackedBarColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Stacked Bar Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Stacked Bar Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Stacked Bar Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Stacked Bar Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Stacked Bar Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetStackedBarColorSeriesOverride, OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetStackedBarNrqlQuery, OneDashboardPageWidgetStackedBarNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetStackedBarNullValue, OneDashboardPageWidgetStackedBarNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Stacked Bar Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Stacked Bar Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Stacked Bar Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Stacked Bar Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Stacked Bar Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetStackedBarNullValueSeriesOverride, OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetStackedBarUnit, OneDashboardPageWidgetStackedBarUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Stacked Bar Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Stacked Bar Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Stacked Bar Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Stacked Bar Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Stacked Bar Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetStackedBarUnitSeriesOverride, OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetTable, OneDashboardPageWidgetTableArgs
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Table Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity List<string>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Thresholds
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Table Threshold> - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Table Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left doubleMax - YAxis
Left doubleMin - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- Column int
- (Required) Column position of widget from top left, starting at
1
. - Nrql
Queries []OneDashboard Page Widget Table Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Row int
- (Required) Row position of widget from top left, starting at
1
. - Title string
- (Optional) A human-friendly display string for this value.
- Colors
[]One
Dashboard Page Widget Table Color - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- Filter
Current boolDashboard - (Optional) Use this item to filter the current dashboard.
- Height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - Id string
- The ID of the widget.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - Legend
Enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - Linked
Entity []stringGuids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values []OneDashboard Page Widget Table Null Value - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Thresholds
[]One
Dashboard Page Widget Table Threshold - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - Units
[]One
Dashboard Page Widget Table Unit - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- Width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - YAxis
Left float64Max - YAxis
Left float64Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Integer
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<OneDashboard Page Widget Table Nrql Query> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Integer
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors
List<One
Dashboard Page Widget Table Color> - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Integer
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<OneDashboard Page Widget Table Null Value> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds
List<One
Dashboard Page Widget Table Threshold> - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units
List<One
Dashboard Page Widget Table Unit> - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Integer
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis DoubleLeft Max - y
Axis DoubleLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries OneDashboard Page Widget Table Nrql Query[] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row number
- (Required) Row position of widget from top left, starting at
1
. - title string
- (Optional) A human-friendly display string for this value.
- colors
One
Dashboard Page Widget Table Color[] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current booleanDashboard - (Optional) Use this item to filter the current dashboard.
- height number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id string
- The ID of the widget.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity string[]Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values OneDashboard Page Widget Table Null Value[] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds
One
Dashboard Page Widget Table Threshold[] - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units
One
Dashboard Page Widget Table Unit[] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis numberLeft Max - y
Axis numberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column int
- (Required) Column position of widget from top left, starting at
1
. - nrql_
queries Sequence[OneDashboard Page Widget Table Nrql Query] - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row int
- (Required) Row position of widget from top left, starting at
1
. - title str
- (Optional) A human-friendly display string for this value.
- colors
Sequence[One
Dashboard Page Widget Table Color] - (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter_
current_ booldashboard - (Optional) Use this item to filter the current dashboard.
- height int
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id str
- The ID of the widget.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend_
enabled bool - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked_
entity_ Sequence[str]guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null_
values Sequence[OneDashboard Page Widget Table Null Value] - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds
Sequence[One
Dashboard Page Widget Table Threshold] - (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units
Sequence[One
Dashboard Page Widget Table Unit] - (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width int
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y_
axis_ floatleft_ max - y_
axis_ floatleft_ min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
- column Number
- (Required) Column position of widget from top left, starting at
1
. - nrql
Queries List<Property Map> - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - row Number
- (Required) Row position of widget from top left, starting at
1
. - title String
- (Optional) A human-friendly display string for this value.
- colors List<Property Map>
- (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series - (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to
false
- filter
Current BooleanDashboard - (Optional) Use this item to filter the current dashboard.
- height Number
- (Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
. - id String
- The ID of the widget.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages. - legend
Enabled Boolean - (Optional) With this turned on, the legend will be displayed. Defaults to
true
. - linked
Entity List<String>Guids - (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<Property Map> - (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- thresholds List<Property Map>
- (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The
threshold
attribute requires specifying the following attributes in a nested block - - units List<Property Map>
- (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
- width Number
- (Optional) Width of the widget. Valid values are
1
to12
inclusive. Defaults to4
. - y
Axis NumberLeft Max - y
Axis NumberLeft Min - ,
y_axis_left_max
- (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
OneDashboardPageWidgetTableColor, OneDashboardPageWidgetTableColorArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Overrides []OneDashboard Page Widget Table Color Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<OneDashboard Page Widget Table Color Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides OneDashboard Page Widget Table Color Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
overrides Sequence[OneDashboard Page Widget Table Color Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetTableColorSeriesOverride, OneDashboardPageWidgetTableColorSeriesOverrideArgs
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- Color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- Series
Name string - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
- color string
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name string - Series name
- color str
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series_
name str - Series name
- color String
- (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
- series
Name String - Series name
OneDashboardPageWidgetTableNrqlQuery, OneDashboardPageWidgetTableNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id string - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
id str - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Id String - Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetTableNullValue, OneDashboardPageWidgetTableNullValueArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Overrides []OneDashboard Page Widget Table Null Value Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<OneDashboard Page Widget Table Null Value Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides OneDashboard Page Widget Table Null Value Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
overrides Sequence[OneDashboard Page Widget Table Null Value Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetTableNullValueSeriesOverride, OneDashboardPageWidgetTableNullValueSeriesOverrideArgs
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- Null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - Series
Name string - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
- null
Value string - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name string - Series name
- null_
value str - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series_
name str - Series name
- null
Value String - Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
. - series
Name String - Series name
OneDashboardPageWidgetTableThreshold, OneDashboardPageWidgetTableThresholdArgs
- Column
Name string - The name of the column in the table, to which the threshold would need to be applied.
- From int
- The value 'from' which the threshold would need to be applied.
- Severity string
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - To int
- The value until which the threshold would need to be applied.
- Column
Name string - The name of the column in the table, to which the threshold would need to be applied.
- From int
- The value 'from' which the threshold would need to be applied.
- Severity string
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - To int
- The value until which the threshold would need to be applied.
- column
Name String - The name of the column in the table, to which the threshold would need to be applied.
- from Integer
- The value 'from' which the threshold would need to be applied.
- severity String
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to Integer
- The value until which the threshold would need to be applied.
- column
Name string - The name of the column in the table, to which the threshold would need to be applied.
- from number
- The value 'from' which the threshold would need to be applied.
- severity string
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to number
- The value until which the threshold would need to be applied.
- column_
name str - The name of the column in the table, to which the threshold would need to be applied.
- from_ int
- The value 'from' which the threshold would need to be applied.
- severity str
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to int
- The value until which the threshold would need to be applied.
- column
Name String - The name of the column in the table, to which the threshold would need to be applied.
- from Number
- The value 'from' which the threshold would need to be applied.
- severity String
- The severity of the threshold, which would affect the visual appearance of the threshold (such as its color) accordingly. The value of this attribute would need to be one of the following -
warning
,severe
,critical
,success
,unavailable
which correspond to the severity labels Warning, Approaching critical, Critical, Good, Neutral in the dropdown that helps specify the severity of thresholds in table widgets in the UI, respectively. - to Number
- The value until which the threshold would need to be applied.
OneDashboardPageWidgetTableUnit, OneDashboardPageWidgetTableUnitArgs
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Overrides []OneDashboard Page Widget Table Unit Series Override - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<OneDashboard Page Widget Table Unit Series Override> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides OneDashboard Page Widget Table Unit Series Override[] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
overrides Sequence[OneDashboard Page Widget Table Unit Series Override] - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Overrides List<Property Map> - (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual. - unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardPageWidgetTableUnitSeriesOverride, OneDashboardPageWidgetTableUnitSeriesOverrideArgs
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Series name
- Unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name string - Series name
- unit string
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series_
name str - Series name
- unit str
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - Series name
- unit String
- (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
OneDashboardVariable, OneDashboardVariableArgs
- Name string
- The title of the dashboard.
- Replacement
Strategy string - (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of
default
,identifier
,number
orstring
. - Title string
- (Optional) A human-friendly display string for this value.
- Type string
- (Required) Specifies the data type of the variable and where its possible values may come from. One of
enum
,nrql
orstring
- Default
Values List<string> - (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be
["*"]
. - Is
Multi boolSelection - (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type
nrql
orenum
. - Items
List<Pulumi.
New Relic. Inputs. One Dashboard Variable Item> - (Optional) List of possible values for variables of type
enum
. See Nested item blocks below for details. - Nrql
Query Pulumi.New Relic. Inputs. One Dashboard Variable Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Options
List<Pulumi.
New Relic. Inputs. One Dashboard Variable Option> - (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
- Name string
- The title of the dashboard.
- Replacement
Strategy string - (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of
default
,identifier
,number
orstring
. - Title string
- (Optional) A human-friendly display string for this value.
- Type string
- (Required) Specifies the data type of the variable and where its possible values may come from. One of
enum
,nrql
orstring
- Default
Values []string - (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be
["*"]
. - Is
Multi boolSelection - (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type
nrql
orenum
. - Items
[]One
Dashboard Variable Item - (Optional) List of possible values for variables of type
enum
. See Nested item blocks below for details. - Nrql
Query OneDashboard Variable Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - Options
[]One
Dashboard Variable Option - (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
- name String
- The title of the dashboard.
- replacement
Strategy String - (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of
default
,identifier
,number
orstring
. - title String
- (Optional) A human-friendly display string for this value.
- type String
- (Required) Specifies the data type of the variable and where its possible values may come from. One of
enum
,nrql
orstring
- default
Values List<String> - (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be
["*"]
. - is
Multi BooleanSelection - (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type
nrql
orenum
. - items
List<One
Dashboard Variable Item> - (Optional) List of possible values for variables of type
enum
. See Nested item blocks below for details. - nrql
Query OneDashboard Variable Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - options
List<One
Dashboard Variable Option> - (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
- name string
- The title of the dashboard.
- replacement
Strategy string - (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of
default
,identifier
,number
orstring
. - title string
- (Optional) A human-friendly display string for this value.
- type string
- (Required) Specifies the data type of the variable and where its possible values may come from. One of
enum
,nrql
orstring
- default
Values string[] - (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be
["*"]
. - is
Multi booleanSelection - (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type
nrql
orenum
. - items
One
Dashboard Variable Item[] - (Optional) List of possible values for variables of type
enum
. See Nested item blocks below for details. - nrql
Query OneDashboard Variable Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - options
One
Dashboard Variable Option[] - (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
- name str
- The title of the dashboard.
- replacement_
strategy str - (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of
default
,identifier
,number
orstring
. - title str
- (Optional) A human-friendly display string for this value.
- type str
- (Required) Specifies the data type of the variable and where its possible values may come from. One of
enum
,nrql
orstring
- default_
values Sequence[str] - (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be
["*"]
. - is_
multi_ boolselection - (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type
nrql
orenum
. - items
Sequence[One
Dashboard Variable Item] - (Optional) List of possible values for variables of type
enum
. See Nested item blocks below for details. - nrql_
query OneDashboard Variable Nrql Query - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - options
Sequence[One
Dashboard Variable Option] - (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
- name String
- The title of the dashboard.
- replacement
Strategy String - (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of
default
,identifier
,number
orstring
. - title String
- (Optional) A human-friendly display string for this value.
- type String
- (Required) Specifies the data type of the variable and where its possible values may come from. One of
enum
,nrql
orstring
- default
Values List<String> - (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be
["*"]
. - is
Multi BooleanSelection - (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type
nrql
orenum
. - items List<Property Map>
- (Optional) List of possible values for variables of type
enum
. See Nested item blocks below for details. - nrql
Query Property Map - (Optional) Configuration for variables of type
nrql
. See Nested nrql_query blocks for details. - options List<Property Map>
- (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
OneDashboardVariableItem, OneDashboardVariableItemArgs
OneDashboardVariableNrqlQuery, OneDashboardVariableNrqlQueryArgs
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Ids List<string> - New Relic account ID(s) to issue the query against.
- Query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- Account
Ids []string - New Relic account ID(s) to issue the query against.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Ids List<String> - New Relic account ID(s) to issue the query against.
- query string
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Ids string[] - New Relic account ID(s) to issue the query against.
- query str
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account_
ids Sequence[str] - New Relic account ID(s) to issue the query against.
- query String
- (Required) Valid NRQL query string. See Writing NRQL Queries for help.
- account
Ids List<String> - New Relic account ID(s) to issue the query against.
OneDashboardVariableOption, OneDashboardVariableOptionArgs
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
- Ignore
Time boolRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
- ignore
Time booleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
- ignore_
time_ boolrange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
- ignore
Time BooleanRange - (Optional) An argument with a boolean value that is supported only by variables of
type
nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
Package Details
- Repository
- New Relic pulumi/pulumi-newrelic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
newrelic
Terraform Provider.