1. Packages
  2. Newrelic Provider
  3. API Docs
  4. OneDashboard
New Relic v5.45.0 published on Friday, Apr 18, 2025 by Pulumi

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>
Copy

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 This property is required. string
The unique name of the resource.
args This property is required. OneDashboardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. OneDashboardArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. OneDashboardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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,
                    FilterCurrentDashboard = false,
                    Id = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetHeatmapInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    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",
                                },
                            },
                        },
                    },
                    RefreshRate = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetHeatmapDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    Units = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitArgs
                        {
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs
                                {
                                    SeriesName = "string",
                                    Unit = "string",
                                },
                            },
                            Unit = "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,
                    RefreshRate = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetJsonInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetJsonColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetJsonColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetJsonNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetJsonDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    Units = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetJsonUnitArgs
                        {
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetJsonUnitSeriesOverrideArgs
                                {
                                    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,
                    RefreshRate = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetAreaInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetAreaColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetAreaColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetAreaNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetAreaDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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,
                    FilterCurrentDashboard = false,
                    Id = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetBarInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    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",
                                },
                            },
                        },
                    },
                    RefreshRate = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBarDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    Units = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBarUnitArgs
                        {
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetBarUnitSeriesOverrideArgs
                                {
                                    SeriesName = "string",
                                    Unit = "string",
                                },
                            },
                            Unit = "string",
                        },
                    },
                    Width = 0,
                    YAxisLeftMax = 0,
                    YAxisLeftMin = 0,
                },
            },
            WidgetBillboards = new[]
            {
                new NewRelic.Inputs.OneDashboardPageWidgetBillboardArgs
                {
                    NrqlQueries = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQueryArgs
                        {
                            Query = "string",
                            AccountId = "string",
                        },
                    },
                    Column = 0,
                    Title = "string",
                    Row = 0,
                    Height = 0,
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetBillboardInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    FacetShowOtherSeries = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBillboardColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetBillboardColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    RefreshRate = "string",
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBillboardDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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,
                },
            },
            WidgetBullets = new[]
            {
                new NewRelic.Inputs.OneDashboardPageWidgetBulletArgs
                {
                    Limit = 0,
                    Column = 0,
                    Title = "string",
                    Row = 0,
                    NrqlQueries = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQueryArgs
                        {
                            Query = "string",
                            AccountId = "string",
                        },
                    },
                    LegendEnabled = false,
                    RefreshRate = "string",
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetBulletInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBulletColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetBulletColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    Height = 0,
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBulletNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    IgnoreTimeRange = false,
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetBulletDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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",
            WidgetFunnels = new[]
            {
                new NewRelic.Inputs.OneDashboardPageWidgetFunnelArgs
                {
                    NrqlQueries = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQueryArgs
                        {
                            Query = "string",
                            AccountId = "string",
                        },
                    },
                    Column = 0,
                    Title = "string",
                    Row = 0,
                    Height = 0,
                    RefreshRate = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetFunnelInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetFunnelColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetFunnelColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetFunnelDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    Units = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitArgs
                        {
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs
                                {
                                    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,
                    RefreshRate = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetHistogramInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetHistogramColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetHistogramColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetHistogramDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    Units = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitArgs
                        {
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs
                                {
                                    SeriesName = "string",
                                    Unit = "string",
                                },
                            },
                            Unit = "string",
                        },
                    },
                    Width = 0,
                    YAxisLeftMax = 0,
                    YAxisLeftMin = 0,
                },
            },
            Description = "string",
            WidgetLines = new[]
            {
                new NewRelic.Inputs.OneDashboardPageWidgetLineArgs
                {
                    Title = "string",
                    Column = 0,
                    Row = 0,
                    NrqlQueries = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQueryArgs
                        {
                            Query = "string",
                            AccountId = "string",
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLineNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetLineNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLineDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetLineInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    IsLabelVisible = false,
                    RefreshRate = "string",
                    Height = 0,
                    FacetShowOtherSeries = false,
                    LegendEnabled = false,
                    Id = "string",
                    Thresholds = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLineThresholdArgs
                        {
                            From = "string",
                            Name = "string",
                            Severity = "string",
                            To = "string",
                        },
                    },
                    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,
                    YAxisRight = new NewRelic.Inputs.OneDashboardPageWidgetLineYAxisRightArgs
                    {
                        YAxisRightMax = 0,
                        YAxisRightMin = 0,
                        YAxisRightSeries = new[]
                        {
                            "string",
                        },
                        YAxisRightZero = false,
                    },
                },
            },
            WidgetLogTables = new[]
            {
                new NewRelic.Inputs.OneDashboardPageWidgetLogTableArgs
                {
                    NrqlQueries = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQueryArgs
                        {
                            Query = "string",
                            AccountId = "string",
                        },
                    },
                    Column = 0,
                    Title = "string",
                    Row = 0,
                    Height = 0,
                    RefreshRate = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetLogTableInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLogTableColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetLogTableColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetLogTableDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetMarkdownColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetMarkdownInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    RefreshRate = "string",
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetMarkdownDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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,
                    FilterCurrentDashboard = false,
                    Id = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetPyInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    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",
                                },
                            },
                        },
                    },
                    RefreshRate = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetPyDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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,
                    RefreshRate = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetStackedBarInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetStackedBarColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Id = "string",
                    FacetShowOtherSeries = false,
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetStackedBarDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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",
                    },
                    RefreshRate = "string",
                    Id = "string",
                    IgnoreTimeRange = false,
                    InitialSorting = new NewRelic.Inputs.OneDashboardPageWidgetTableInitialSortingArgs
                    {
                        Direction = "string",
                        Name = "string",
                    },
                    LegendEnabled = false,
                    Colors = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetTableColorArgs
                        {
                            Color = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetTableColorSeriesOverrideArgs
                                {
                                    Color = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    FilterCurrentDashboard = false,
                    NullValues = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetTableNullValueArgs
                        {
                            NullValue = "string",
                            SeriesOverrides = new[]
                            {
                                new NewRelic.Inputs.OneDashboardPageWidgetTableNullValueSeriesOverrideArgs
                                {
                                    NullValue = "string",
                                    SeriesName = "string",
                                },
                            },
                        },
                    },
                    Height = 0,
                    FacetShowOtherSeries = false,
                    Thresholds = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetTableThresholdArgs
                        {
                            ColumnName = "string",
                            From = "string",
                            Severity = "string",
                            To = "string",
                        },
                    },
                    DataFormats = new[]
                    {
                        new NewRelic.Inputs.OneDashboardPageWidgetTableDataFormatArgs
                        {
                            Name = "string",
                            Type = "string",
                            Format = "string",
                            Precision = 0,
                        },
                    },
                    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
                {
                    Excluded = false,
                    IgnoreTimeRange = false,
                },
            },
        },
    },
});
Copy
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),
					FilterCurrentDashboard: pulumi.Bool(false),
					Id:                     pulumi.String("string"),
					IgnoreTimeRange:        pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetHeatmapInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					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"),
								},
							},
						},
					},
					RefreshRate:          pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetHeatmapDataFormatArray{
						&newrelic.OneDashboardPageWidgetHeatmapDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
				},
			},
			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),
					RefreshRate:     pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetJsonInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled: pulumi.Bool(false),
					Colors: newrelic.OneDashboardPageWidgetJsonColorArray{
						&newrelic.OneDashboardPageWidgetJsonColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetJsonColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetJsonColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: 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"),
								},
							},
						},
					},
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetJsonDataFormatArray{
						&newrelic.OneDashboardPageWidgetJsonDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
				},
			},
			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),
					RefreshRate:     pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetAreaInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled: pulumi.Bool(false),
					Colors: newrelic.OneDashboardPageWidgetAreaColorArray{
						&newrelic.OneDashboardPageWidgetAreaColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetAreaColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetAreaColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: 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"),
								},
							},
						},
					},
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetAreaDataFormatArray{
						&newrelic.OneDashboardPageWidgetAreaDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
					FilterCurrentDashboard: pulumi.Bool(false),
					Id:                     pulumi.String("string"),
					IgnoreTimeRange:        pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetBarInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					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"),
								},
							},
						},
					},
					RefreshRate:          pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetBarDataFormatArray{
						&newrelic.OneDashboardPageWidgetBarDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
				},
			},
			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),
					NullValues: newrelic.OneDashboardPageWidgetBillboardNullValueArray{
						&newrelic.OneDashboardPageWidgetBillboardNullValueArgs{
							NullValue: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs{
									NullValue:  pulumi.String("string"),
									SeriesName: pulumi.String("string"),
								},
							},
						},
					},
					Id:              pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetBillboardInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled:        pulumi.Bool(false),
					FacetShowOtherSeries: 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"),
								},
							},
						},
					},
					RefreshRate: pulumi.String("string"),
					DataFormats: newrelic.OneDashboardPageWidgetBillboardDataFormatArray{
						&newrelic.OneDashboardPageWidgetBillboardDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
				},
			},
			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"),
						},
					},
					LegendEnabled: pulumi.Bool(false),
					RefreshRate:   pulumi.String("string"),
					InitialSorting: &newrelic.OneDashboardPageWidgetBulletInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					Colors: newrelic.OneDashboardPageWidgetBulletColorArray{
						&newrelic.OneDashboardPageWidgetBulletColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetBulletColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetBulletColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: pulumi.String("string"),
								},
							},
						},
					},
					Id:     pulumi.String("string"),
					Height: pulumi.Int(0),
					NullValues: newrelic.OneDashboardPageWidgetBulletNullValueArray{
						&newrelic.OneDashboardPageWidgetBulletNullValueArgs{
							NullValue: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetBulletNullValueSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs{
									NullValue:  pulumi.String("string"),
									SeriesName: pulumi.String("string"),
								},
							},
						},
					},
					IgnoreTimeRange:      pulumi.Bool(false),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetBulletDataFormatArray{
						&newrelic.OneDashboardPageWidgetBulletDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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"),
			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),
					RefreshRate:     pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetFunnelInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled: pulumi.Bool(false),
					Colors: newrelic.OneDashboardPageWidgetFunnelColorArray{
						&newrelic.OneDashboardPageWidgetFunnelColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetFunnelColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetFunnelColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: 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"),
								},
							},
						},
					},
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetFunnelDataFormatArray{
						&newrelic.OneDashboardPageWidgetFunnelDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
				},
			},
			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),
					RefreshRate:     pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetHistogramInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled: pulumi.Bool(false),
					Colors: newrelic.OneDashboardPageWidgetHistogramColorArray{
						&newrelic.OneDashboardPageWidgetHistogramColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetHistogramColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetHistogramColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: 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"),
								},
							},
						},
					},
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetHistogramDataFormatArray{
						&newrelic.OneDashboardPageWidgetHistogramDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
				},
			},
			Description: pulumi.String("string"),
			WidgetLines: newrelic.OneDashboardPageWidgetLineArray{
				&newrelic.OneDashboardPageWidgetLineArgs{
					Title:  pulumi.String("string"),
					Column: pulumi.Int(0),
					Row:    pulumi.Int(0),
					NrqlQueries: newrelic.OneDashboardPageWidgetLineNrqlQueryArray{
						&newrelic.OneDashboardPageWidgetLineNrqlQueryArgs{
							Query:     pulumi.String("string"),
							AccountId: pulumi.String("string"),
						},
					},
					NullValues: newrelic.OneDashboardPageWidgetLineNullValueArray{
						&newrelic.OneDashboardPageWidgetLineNullValueArgs{
							NullValue: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetLineNullValueSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetLineNullValueSeriesOverrideArgs{
									NullValue:  pulumi.String("string"),
									SeriesName: pulumi.String("string"),
								},
							},
						},
					},
					DataFormats: newrelic.OneDashboardPageWidgetLineDataFormatArray{
						&newrelic.OneDashboardPageWidgetLineDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetLineInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					IsLabelVisible:       pulumi.Bool(false),
					RefreshRate:          pulumi.String("string"),
					Height:               pulumi.Int(0),
					FacetShowOtherSeries: pulumi.Bool(false),
					LegendEnabled:        pulumi.Bool(false),
					Id:                   pulumi.String("string"),
					Thresholds: newrelic.OneDashboardPageWidgetLineThresholdArray{
						&newrelic.OneDashboardPageWidgetLineThresholdArgs{
							From:     pulumi.String("string"),
							Name:     pulumi.String("string"),
							Severity: pulumi.String("string"),
							To:       pulumi.String("string"),
						},
					},
					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),
					YAxisRight: &newrelic.OneDashboardPageWidgetLineYAxisRightArgs{
						YAxisRightMax: pulumi.Float64(0),
						YAxisRightMin: pulumi.Float64(0),
						YAxisRightSeries: pulumi.StringArray{
							pulumi.String("string"),
						},
						YAxisRightZero: pulumi.Bool(false),
					},
				},
			},
			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),
					RefreshRate:     pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetLogTableInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled: pulumi.Bool(false),
					Colors: newrelic.OneDashboardPageWidgetLogTableColorArray{
						&newrelic.OneDashboardPageWidgetLogTableColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetLogTableColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetLogTableColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: 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"),
								},
							},
						},
					},
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetLogTableDataFormatArray{
						&newrelic.OneDashboardPageWidgetLogTableDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
					Colors: newrelic.OneDashboardPageWidgetMarkdownColorArray{
						&newrelic.OneDashboardPageWidgetMarkdownColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetMarkdownColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: pulumi.String("string"),
								},
							},
						},
					},
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetMarkdownInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					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"),
								},
							},
						},
					},
					RefreshRate:          pulumi.String("string"),
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetMarkdownDataFormatArray{
						&newrelic.OneDashboardPageWidgetMarkdownDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
					FilterCurrentDashboard: pulumi.Bool(false),
					Id:                     pulumi.String("string"),
					IgnoreTimeRange:        pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetPyInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					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"),
								},
							},
						},
					},
					RefreshRate:          pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetPyDataFormatArray{
						&newrelic.OneDashboardPageWidgetPyDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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),
					RefreshRate:     pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetStackedBarInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					LegendEnabled: pulumi.Bool(false),
					Colors: newrelic.OneDashboardPageWidgetStackedBarColorArray{
						&newrelic.OneDashboardPageWidgetStackedBarColorArgs{
							Color: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetStackedBarColorSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs{
									Color:      pulumi.String("string"),
									SeriesName: 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"),
								},
							},
						},
					},
					Id:                   pulumi.String("string"),
					FacetShowOtherSeries: pulumi.Bool(false),
					DataFormats: newrelic.OneDashboardPageWidgetStackedBarDataFormatArray{
						&newrelic.OneDashboardPageWidgetStackedBarDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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"),
					},
					RefreshRate:     pulumi.String("string"),
					Id:              pulumi.String("string"),
					IgnoreTimeRange: pulumi.Bool(false),
					InitialSorting: &newrelic.OneDashboardPageWidgetTableInitialSortingArgs{
						Direction: pulumi.String("string"),
						Name:      pulumi.String("string"),
					},
					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"),
								},
							},
						},
					},
					FilterCurrentDashboard: pulumi.Bool(false),
					NullValues: newrelic.OneDashboardPageWidgetTableNullValueArray{
						&newrelic.OneDashboardPageWidgetTableNullValueArgs{
							NullValue: pulumi.String("string"),
							SeriesOverrides: newrelic.OneDashboardPageWidgetTableNullValueSeriesOverrideArray{
								&newrelic.OneDashboardPageWidgetTableNullValueSeriesOverrideArgs{
									NullValue:  pulumi.String("string"),
									SeriesName: pulumi.String("string"),
								},
							},
						},
					},
					Height:               pulumi.Int(0),
					FacetShowOtherSeries: pulumi.Bool(false),
					Thresholds: newrelic.OneDashboardPageWidgetTableThresholdArray{
						&newrelic.OneDashboardPageWidgetTableThresholdArgs{
							ColumnName: pulumi.String("string"),
							From:       pulumi.String("string"),
							Severity:   pulumi.String("string"),
							To:         pulumi.String("string"),
						},
					},
					DataFormats: newrelic.OneDashboardPageWidgetTableDataFormatArray{
						&newrelic.OneDashboardPageWidgetTableDataFormatArgs{
							Name:      pulumi.String("string"),
							Type:      pulumi.String("string"),
							Format:    pulumi.String("string"),
							Precision: pulumi.Int(0),
						},
					},
					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{
					Excluded:        pulumi.Bool(false),
					IgnoreTimeRange: pulumi.Bool(false),
				},
			},
		},
	},
})
Copy
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)
            .filterCurrentDashboard(false)
            .id("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetHeatmapInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .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())
            .refreshRate("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetHeatmapDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .units(OneDashboardPageWidgetHeatmapUnitArgs.builder()
                .seriesOverrides(OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs.builder()
                    .seriesName("string")
                    .unit("string")
                    .build())
                .unit("string")
                .build())
            .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)
            .refreshRate("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetJsonInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetJsonColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetJsonColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .nullValues(OneDashboardPageWidgetJsonNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetJsonDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .units(OneDashboardPageWidgetJsonUnitArgs.builder()
                .seriesOverrides(OneDashboardPageWidgetJsonUnitSeriesOverrideArgs.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)
            .refreshRate("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetAreaInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetAreaColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetAreaColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .nullValues(OneDashboardPageWidgetAreaNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetAreaDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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)
            .filterCurrentDashboard(false)
            .id("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetBarInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .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())
            .refreshRate("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetBarDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .units(OneDashboardPageWidgetBarUnitArgs.builder()
                .seriesOverrides(OneDashboardPageWidgetBarUnitSeriesOverrideArgs.builder()
                    .seriesName("string")
                    .unit("string")
                    .build())
                .unit("string")
                .build())
            .width(0)
            .yAxisLeftMax(0)
            .yAxisLeftMin(0)
            .build())
        .widgetBillboards(OneDashboardPageWidgetBillboardArgs.builder()
            .nrqlQueries(OneDashboardPageWidgetBillboardNrqlQueryArgs.builder()
                .query("string")
                .accountId("string")
                .build())
            .column(0)
            .title("string")
            .row(0)
            .height(0)
            .nullValues(OneDashboardPageWidgetBillboardNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetBillboardInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .facetShowOtherSeries(false)
            .colors(OneDashboardPageWidgetBillboardColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetBillboardColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .refreshRate("string")
            .dataFormats(OneDashboardPageWidgetBillboardDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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())
        .widgetBullets(OneDashboardPageWidgetBulletArgs.builder()
            .limit(0)
            .column(0)
            .title("string")
            .row(0)
            .nrqlQueries(OneDashboardPageWidgetBulletNrqlQueryArgs.builder()
                .query("string")
                .accountId("string")
                .build())
            .legendEnabled(false)
            .refreshRate("string")
            .initialSorting(OneDashboardPageWidgetBulletInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .colors(OneDashboardPageWidgetBulletColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetBulletColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .height(0)
            .nullValues(OneDashboardPageWidgetBulletNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .ignoreTimeRange(false)
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetBulletDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .units(OneDashboardPageWidgetBulletUnitArgs.builder()
                .seriesOverrides(OneDashboardPageWidgetBulletUnitSeriesOverrideArgs.builder()
                    .seriesName("string")
                    .unit("string")
                    .build())
                .unit("string")
                .build())
            .width(0)
            .yAxisLeftMax(0)
            .yAxisLeftMin(0)
            .build())
        .guid("string")
        .widgetFunnels(OneDashboardPageWidgetFunnelArgs.builder()
            .nrqlQueries(OneDashboardPageWidgetFunnelNrqlQueryArgs.builder()
                .query("string")
                .accountId("string")
                .build())
            .column(0)
            .title("string")
            .row(0)
            .height(0)
            .refreshRate("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetFunnelInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetFunnelColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetFunnelColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .nullValues(OneDashboardPageWidgetFunnelNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetFunnelDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .units(OneDashboardPageWidgetFunnelUnitArgs.builder()
                .seriesOverrides(OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs.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)
            .refreshRate("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetHistogramInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetHistogramColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetHistogramColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .nullValues(OneDashboardPageWidgetHistogramNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetHistogramDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .units(OneDashboardPageWidgetHistogramUnitArgs.builder()
                .seriesOverrides(OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs.builder()
                    .seriesName("string")
                    .unit("string")
                    .build())
                .unit("string")
                .build())
            .width(0)
            .yAxisLeftMax(0)
            .yAxisLeftMin(0)
            .build())
        .description("string")
        .widgetLines(OneDashboardPageWidgetLineArgs.builder()
            .title("string")
            .column(0)
            .row(0)
            .nrqlQueries(OneDashboardPageWidgetLineNrqlQueryArgs.builder()
                .query("string")
                .accountId("string")
                .build())
            .nullValues(OneDashboardPageWidgetLineNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetLineNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .dataFormats(OneDashboardPageWidgetLineDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetLineInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .isLabelVisible(false)
            .refreshRate("string")
            .height(0)
            .facetShowOtherSeries(false)
            .legendEnabled(false)
            .id("string")
            .thresholds(OneDashboardPageWidgetLineThresholdArgs.builder()
                .from("string")
                .name("string")
                .severity("string")
                .to("string")
                .build())
            .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)
            .yAxisRight(OneDashboardPageWidgetLineYAxisRightArgs.builder()
                .yAxisRightMax(0)
                .yAxisRightMin(0)
                .yAxisRightSeries("string")
                .yAxisRightZero(false)
                .build())
            .build())
        .widgetLogTables(OneDashboardPageWidgetLogTableArgs.builder()
            .nrqlQueries(OneDashboardPageWidgetLogTableNrqlQueryArgs.builder()
                .query("string")
                .accountId("string")
                .build())
            .column(0)
            .title("string")
            .row(0)
            .height(0)
            .refreshRate("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetLogTableInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetLogTableColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetLogTableColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .nullValues(OneDashboardPageWidgetLogTableNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetLogTableDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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)
            .colors(OneDashboardPageWidgetMarkdownColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetMarkdownInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .nullValues(OneDashboardPageWidgetMarkdownNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .refreshRate("string")
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetMarkdownDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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)
            .filterCurrentDashboard(false)
            .id("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetPyInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .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())
            .refreshRate("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetPyDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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)
            .refreshRate("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetStackedBarInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetStackedBarColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .nullValues(OneDashboardPageWidgetStackedBarNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .id("string")
            .facetShowOtherSeries(false)
            .dataFormats(OneDashboardPageWidgetStackedBarDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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")
            .refreshRate("string")
            .id("string")
            .ignoreTimeRange(false)
            .initialSorting(OneDashboardPageWidgetTableInitialSortingArgs.builder()
                .direction("string")
                .name("string")
                .build())
            .legendEnabled(false)
            .colors(OneDashboardPageWidgetTableColorArgs.builder()
                .color("string")
                .seriesOverrides(OneDashboardPageWidgetTableColorSeriesOverrideArgs.builder()
                    .color("string")
                    .seriesName("string")
                    .build())
                .build())
            .filterCurrentDashboard(false)
            .nullValues(OneDashboardPageWidgetTableNullValueArgs.builder()
                .nullValue("string")
                .seriesOverrides(OneDashboardPageWidgetTableNullValueSeriesOverrideArgs.builder()
                    .nullValue("string")
                    .seriesName("string")
                    .build())
                .build())
            .height(0)
            .facetShowOtherSeries(false)
            .thresholds(OneDashboardPageWidgetTableThresholdArgs.builder()
                .columnName("string")
                .from("string")
                .severity("string")
                .to("string")
                .build())
            .dataFormats(OneDashboardPageWidgetTableDataFormatArgs.builder()
                .name("string")
                .type("string")
                .format("string")
                .precision(0)
                .build())
            .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()
            .excluded(false)
            .ignoreTimeRange(false)
            .build())
        .build())
    .build());
Copy
one_dashboard_resource = newrelic.OneDashboard("oneDashboardResource",
    pages=[{
        "name": "string",
        "widget_heatmaps": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "filter_current_dashboard": False,
            "id": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "linked_entity_guids": ["string"],
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "refresh_rate": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_jsons": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "refresh_rate": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_areas": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "refresh_rate": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_bars": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "filter_current_dashboard": False,
            "id": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "linked_entity_guids": ["string"],
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "refresh_rate": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_billboards": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "facet_show_other_series": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "refresh_rate": "string",
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "critical": "string",
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "warning": "string",
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_bullets": [{
            "limit": 0,
            "column": 0,
            "title": "string",
            "row": 0,
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "legend_enabled": False,
            "refresh_rate": "string",
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "height": 0,
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "ignore_time_range": False,
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "guid": "string",
        "widget_funnels": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "refresh_rate": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_histograms": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "refresh_rate": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "description": "string",
        "widget_lines": [{
            "title": "string",
            "column": 0,
            "row": 0,
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "is_label_visible": False,
            "refresh_rate": "string",
            "height": 0,
            "facet_show_other_series": False,
            "legend_enabled": False,
            "id": "string",
            "thresholds": [{
                "from_": "string",
                "name": "string",
                "severity": "string",
                "to": "string",
            }],
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
            "y_axis_left_zero": False,
            "y_axis_right": {
                "y_axis_right_max": 0,
                "y_axis_right_min": 0,
                "y_axis_right_series": ["string"],
                "y_axis_right_zero": False,
            },
        }],
        "widget_log_tables": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "refresh_rate": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_markdowns": [{
            "row": 0,
            "column": 0,
            "title": "string",
            "text": "string",
            "height": 0,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "refresh_rate": "string",
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_pies": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "filter_current_dashboard": False,
            "id": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "linked_entity_guids": ["string"],
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "refresh_rate": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_stacked_bars": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "height": 0,
            "refresh_rate": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "id": "string",
            "facet_show_other_series": False,
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "series_name": "string",
                    "unit": "string",
                }],
                "unit": "string",
            }],
            "width": 0,
            "y_axis_left_max": 0,
            "y_axis_left_min": 0,
        }],
        "widget_tables": [{
            "nrql_queries": [{
                "query": "string",
                "account_id": "string",
            }],
            "column": 0,
            "title": "string",
            "row": 0,
            "linked_entity_guids": ["string"],
            "refresh_rate": "string",
            "id": "string",
            "ignore_time_range": False,
            "initial_sorting": {
                "direction": "string",
                "name": "string",
            },
            "legend_enabled": False,
            "colors": [{
                "color": "string",
                "series_overrides": [{
                    "color": "string",
                    "series_name": "string",
                }],
            }],
            "filter_current_dashboard": False,
            "null_values": [{
                "null_value": "string",
                "series_overrides": [{
                    "null_value": "string",
                    "series_name": "string",
                }],
            }],
            "height": 0,
            "facet_show_other_series": False,
            "thresholds": [{
                "column_name": "string",
                "from_": "string",
                "severity": "string",
                "to": "string",
            }],
            "data_formats": [{
                "name": "string",
                "type": "string",
                "format": "string",
                "precision": 0,
            }],
            "units": [{
                "series_overrides": [{
                    "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=[{
        "name": "string",
        "replacement_strategy": "string",
        "title": "string",
        "type": "string",
        "default_values": ["string"],
        "is_multi_selection": False,
        "items": [{
            "value": "string",
            "title": "string",
        }],
        "nrql_query": {
            "query": "string",
            "account_ids": ["string"],
        },
        "options": [{
            "excluded": False,
            "ignore_time_range": False,
        }],
    }])
Copy
const oneDashboardResource = new newrelic.OneDashboard("oneDashboardResource", {
    pages: [{
        name: "string",
        widgetHeatmaps: [{
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            column: 0,
            title: "string",
            row: 0,
            height: 0,
            filterCurrentDashboard: false,
            id: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            linkedEntityGuids: ["string"],
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            refreshRate: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            units: [{
                seriesOverrides: [{
                    seriesName: "string",
                    unit: "string",
                }],
                unit: "string",
            }],
            width: 0,
            yAxisLeftMax: 0,
            yAxisLeftMin: 0,
        }],
        widgetJsons: [{
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            column: 0,
            title: "string",
            row: 0,
            height: 0,
            refreshRate: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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,
            refreshRate: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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,
            filterCurrentDashboard: false,
            id: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            linkedEntityGuids: ["string"],
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            refreshRate: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            units: [{
                seriesOverrides: [{
                    seriesName: "string",
                    unit: "string",
                }],
                unit: "string",
            }],
            width: 0,
            yAxisLeftMax: 0,
            yAxisLeftMin: 0,
        }],
        widgetBillboards: [{
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            column: 0,
            title: "string",
            row: 0,
            height: 0,
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            facetShowOtherSeries: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            refreshRate: "string",
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            critical: "string",
            units: [{
                seriesOverrides: [{
                    seriesName: "string",
                    unit: "string",
                }],
                unit: "string",
            }],
            warning: "string",
            width: 0,
            yAxisLeftMax: 0,
            yAxisLeftMin: 0,
        }],
        widgetBullets: [{
            limit: 0,
            column: 0,
            title: "string",
            row: 0,
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            legendEnabled: false,
            refreshRate: "string",
            initialSorting: {
                direction: "string",
                name: "string",
            },
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            height: 0,
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            ignoreTimeRange: false,
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            units: [{
                seriesOverrides: [{
                    seriesName: "string",
                    unit: "string",
                }],
                unit: "string",
            }],
            width: 0,
            yAxisLeftMax: 0,
            yAxisLeftMin: 0,
        }],
        guid: "string",
        widgetFunnels: [{
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            column: 0,
            title: "string",
            row: 0,
            height: 0,
            refreshRate: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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,
            refreshRate: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            units: [{
                seriesOverrides: [{
                    seriesName: "string",
                    unit: "string",
                }],
                unit: "string",
            }],
            width: 0,
            yAxisLeftMax: 0,
            yAxisLeftMin: 0,
        }],
        description: "string",
        widgetLines: [{
            title: "string",
            column: 0,
            row: 0,
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            isLabelVisible: false,
            refreshRate: "string",
            height: 0,
            facetShowOtherSeries: false,
            legendEnabled: false,
            id: "string",
            thresholds: [{
                from: "string",
                name: "string",
                severity: "string",
                to: "string",
            }],
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "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: [{
            nrqlQueries: [{
                query: "string",
                accountId: "string",
            }],
            column: 0,
            title: "string",
            row: 0,
            height: 0,
            refreshRate: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            refreshRate: "string",
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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,
            filterCurrentDashboard: false,
            id: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            linkedEntityGuids: ["string"],
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            refreshRate: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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,
            refreshRate: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            id: "string",
            facetShowOtherSeries: false,
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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"],
            refreshRate: "string",
            id: "string",
            ignoreTimeRange: false,
            initialSorting: {
                direction: "string",
                name: "string",
            },
            legendEnabled: false,
            colors: [{
                color: "string",
                seriesOverrides: [{
                    color: "string",
                    seriesName: "string",
                }],
            }],
            filterCurrentDashboard: false,
            nullValues: [{
                nullValue: "string",
                seriesOverrides: [{
                    nullValue: "string",
                    seriesName: "string",
                }],
            }],
            height: 0,
            facetShowOtherSeries: false,
            thresholds: [{
                columnName: "string",
                from: "string",
                severity: "string",
                to: "string",
            }],
            dataFormats: [{
                name: "string",
                type: "string",
                format: "string",
                precision: 0,
            }],
            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: [{
            excluded: false,
            ignoreTimeRange: false,
        }],
    }],
});
Copy
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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              filterCurrentDashboard: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              linkedEntityGuids:
                - string
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              limit: 0
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              filterCurrentDashboard: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              linkedEntityGuids:
                - string
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              isLabelVisible: false
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: string
              row: 0
              thresholds:
                - from: string
                  name: string
                  severity: string
                  to: string
              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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              filterCurrentDashboard: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              linkedEntityGuids:
                - string
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: 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
              dataFormats:
                - format: string
                  name: string
                  precision: 0
                  type: string
              facetShowOtherSeries: false
              filterCurrentDashboard: false
              height: 0
              id: string
              ignoreTimeRange: false
              initialSorting:
                direction: string
                name: string
              legendEnabled: false
              linkedEntityGuids:
                - string
              nrqlQueries:
                - accountId: string
                  query: string
              nullValues:
                - nullValue: string
                  seriesOverrides:
                    - nullValue: string
                      seriesName: string
              refreshRate: string
              row: 0
              thresholds:
                - columnName: string
                  from: string
                  severity: string
                  to: string
              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:
            - excluded: false
              ignoreTimeRange: false
          replacementStrategy: string
          title: string
          type: string
Copy

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The OneDashboard resource accepts the following input properties:

Pages This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPage>
A nested block that describes a page. See Nested page blocks below for details.
AccountId 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, or public_read_write. Defaults to public_read_only.
Variables List<Pulumi.NewRelic.Inputs.OneDashboardVariable>
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
Pages This property is required. []OneDashboardPageArgs
A nested block that describes a page. See Nested page blocks below for details.
AccountId 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, or public_read_write. Defaults to public_read_only.
Variables []OneDashboardVariableArgs
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
pages This property is required. List<OneDashboardPage>
A nested block that describes a page. See Nested page blocks below for details.
accountId 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, or public_read_write. Defaults to public_read_only.
variables List<OneDashboardVariable>
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
pages This property is required. OneDashboardPage[]
A nested block that describes a page. See Nested page blocks below for details.
accountId 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, or public_read_write. Defaults to public_read_only.
variables OneDashboardVariable[]
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
pages This property is required. Sequence[OneDashboardPageArgs]
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, or public_read_write. Defaults to public_read_only.
variables Sequence[OneDashboardVariableArgs]
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
pages This property is required. List<Property Map>
A nested block that describes a page. See Nested page blocks below for details.
accountId 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, or public_read_write. Defaults to public_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:

Guid string
The unique entity identifier of the dashboard page in New Relic.
Id string
The provider-assigned unique ID for this managed resource.
Permalink string
The URL for viewing the dashboard.
Guid string
The unique entity identifier of the dashboard page in New Relic.
Id string
The provider-assigned unique ID for this managed resource.
Permalink string
The URL for viewing the dashboard.
guid String
The unique entity identifier of the dashboard page in New Relic.
id String
The provider-assigned unique ID for this managed resource.
permalink String
The URL for viewing the dashboard.
guid string
The unique entity identifier of the dashboard page in New Relic.
id string
The provider-assigned unique ID for this managed resource.
permalink string
The URL for viewing the dashboard.
guid str
The unique entity identifier of the dashboard page in New Relic.
id str
The provider-assigned unique ID for this managed resource.
permalink str
The URL for viewing the dashboard.
guid String
The unique entity identifier of the dashboard page in New Relic.
id String
The provider-assigned unique ID for this managed resource.
permalink String
The URL for viewing the dashboard.

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)
resources:  _:    type: newrelic:OneDashboard    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
AccountId 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.NewRelic.Inputs.OneDashboardPage>
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, or public_read_write. Defaults to public_read_only.
Variables List<Pulumi.NewRelic.Inputs.OneDashboardVariable>
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
AccountId 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 []OneDashboardPageArgs
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, or public_read_write. Defaults to public_read_only.
Variables []OneDashboardVariableArgs
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
accountId 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<OneDashboardPage>
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, or public_read_write. Defaults to public_read_only.
variables List<OneDashboardVariable>
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
accountId 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 OneDashboardPage[]
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, or public_read_write. Defaults to public_read_only.
variables OneDashboardVariable[]
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[OneDashboardPageArgs]
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, or public_read_write. Defaults to public_read_only.
variables Sequence[OneDashboardVariableArgs]
A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
accountId 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, or public_read_write. Defaults to public_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 This property is required. 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.
WidgetAreas List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetArea>
An area widget.
WidgetBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBar>
A bar widget.
WidgetBillboards List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboard>
A billboard widget.
WidgetBullets List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBullet>
A bullet widget.
WidgetFunnels List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnel>
A funnel widget.
WidgetHeatmaps List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmap>
A heatmap widget.
WidgetHistograms List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogram>
A histogram widget.
WidgetJsons List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJson>
A JSON widget.
WidgetLines List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLine>
A line widget.
WidgetLogTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTable>
A log table widget.
WidgetMarkdowns List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdown>
A markdown widget.
WidgetPies List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPy>
A pie widget.
WidgetStackedBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBar>
A stacked bar widget.
WidgetTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTable>
A table widget.
Name This property is required. 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.
WidgetAreas []OneDashboardPageWidgetArea
An area widget.
WidgetBars []OneDashboardPageWidgetBar
A bar widget.
WidgetBillboards []OneDashboardPageWidgetBillboard
A billboard widget.
WidgetBullets []OneDashboardPageWidgetBullet
A bullet widget.
WidgetFunnels []OneDashboardPageWidgetFunnel
A funnel widget.
WidgetHeatmaps []OneDashboardPageWidgetHeatmap
A heatmap widget.
WidgetHistograms []OneDashboardPageWidgetHistogram
A histogram widget.
WidgetJsons []OneDashboardPageWidgetJson
A JSON widget.
WidgetLines []OneDashboardPageWidgetLine
A line widget.
WidgetLogTables []OneDashboardPageWidgetLogTable
A log table widget.
WidgetMarkdowns []OneDashboardPageWidgetMarkdown
A markdown widget.
WidgetPies []OneDashboardPageWidgetPy
A pie widget.
WidgetStackedBars []OneDashboardPageWidgetStackedBar
A stacked bar widget.
WidgetTables []OneDashboardPageWidgetTable
A table widget.
name This property is required. 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.
widgetAreas List<OneDashboardPageWidgetArea>
An area widget.
widgetBars List<OneDashboardPageWidgetBar>
A bar widget.
widgetBillboards List<OneDashboardPageWidgetBillboard>
A billboard widget.
widgetBullets List<OneDashboardPageWidgetBullet>
A bullet widget.
widgetFunnels List<OneDashboardPageWidgetFunnel>
A funnel widget.
widgetHeatmaps List<OneDashboardPageWidgetHeatmap>
A heatmap widget.
widgetHistograms List<OneDashboardPageWidgetHistogram>
A histogram widget.
widgetJsons List<OneDashboardPageWidgetJson>
A JSON widget.
widgetLines List<OneDashboardPageWidgetLine>
A line widget.
widgetLogTables List<OneDashboardPageWidgetLogTable>
A log table widget.
widgetMarkdowns List<OneDashboardPageWidgetMarkdown>
A markdown widget.
widgetPies List<OneDashboardPageWidgetPy>
A pie widget.
widgetStackedBars List<OneDashboardPageWidgetStackedBar>
A stacked bar widget.
widgetTables List<OneDashboardPageWidgetTable>
A table widget.
name This property is required. 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.
widgetAreas OneDashboardPageWidgetArea[]
An area widget.
widgetBars OneDashboardPageWidgetBar[]
A bar widget.
widgetBillboards OneDashboardPageWidgetBillboard[]
A billboard widget.
widgetBullets OneDashboardPageWidgetBullet[]
A bullet widget.
widgetFunnels OneDashboardPageWidgetFunnel[]
A funnel widget.
widgetHeatmaps OneDashboardPageWidgetHeatmap[]
A heatmap widget.
widgetHistograms OneDashboardPageWidgetHistogram[]
A histogram widget.
widgetJsons OneDashboardPageWidgetJson[]
A JSON widget.
widgetLines OneDashboardPageWidgetLine[]
A line widget.
widgetLogTables OneDashboardPageWidgetLogTable[]
A log table widget.
widgetMarkdowns OneDashboardPageWidgetMarkdown[]
A markdown widget.
widgetPies OneDashboardPageWidgetPy[]
A pie widget.
widgetStackedBars OneDashboardPageWidgetStackedBar[]
A stacked bar widget.
widgetTables OneDashboardPageWidgetTable[]
A table widget.
name This property is required. 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[OneDashboardPageWidgetArea]
An area widget.
widget_bars Sequence[OneDashboardPageWidgetBar]
A bar widget.
widget_billboards Sequence[OneDashboardPageWidgetBillboard]
A billboard widget.
widget_bullets Sequence[OneDashboardPageWidgetBullet]
A bullet widget.
widget_funnels Sequence[OneDashboardPageWidgetFunnel]
A funnel widget.
widget_heatmaps Sequence[OneDashboardPageWidgetHeatmap]
A heatmap widget.
widget_histograms Sequence[OneDashboardPageWidgetHistogram]
A histogram widget.
widget_jsons Sequence[OneDashboardPageWidgetJson]
A JSON widget.
widget_lines Sequence[OneDashboardPageWidgetLine]
A line widget.
widget_log_tables Sequence[OneDashboardPageWidgetLogTable]
A log table widget.
widget_markdowns Sequence[OneDashboardPageWidgetMarkdown]
A markdown widget.
widget_pies Sequence[OneDashboardPageWidgetPy]
A pie widget.
widget_stacked_bars Sequence[OneDashboardPageWidgetStackedBar]
A stacked bar widget.
widget_tables Sequence[OneDashboardPageWidgetTable]
A table widget.
name This property is required. 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.
widgetAreas List<Property Map>
An area widget.
widgetBars List<Property Map>
A bar widget.
widgetBillboards List<Property Map>
A billboard widget.
widgetBullets List<Property Map>
A bullet widget.
widgetFunnels List<Property Map>
A funnel widget.
widgetHeatmaps List<Property Map>
A heatmap widget.
widgetHistograms List<Property Map>
A histogram widget.
widgetJsons List<Property Map>
A JSON widget.
widgetLines List<Property Map>
A line widget.
widgetLogTables List<Property Map>
A log table widget.
widgetMarkdowns List<Property Map>
A markdown widget.
widgetPies List<Property Map>
A pie widget.
widgetStackedBars List<Property Map>
A stacked bar widget.
widgetTables List<Property Map>
A table widget.

OneDashboardPageWidgetArea
, OneDashboardPageWidgetAreaArgs

Column This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetAreaNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetAreaColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetAreaDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetAreaInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetAreaNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetAreaUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetAreaNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetAreaColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetAreaDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetAreaInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetAreaNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetAreaUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetAreaNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetAreaColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetAreaDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetAreaInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetAreaNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetAreaUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetAreaNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetAreaColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetAreaDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetAreaInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetAreaNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetAreaUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetAreaColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetAreaColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetAreaColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetAreaColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetAreaDataFormat
, OneDashboardPageWidgetAreaDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetAreaInitialSorting
, OneDashboardPageWidgetAreaInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetAreaNrqlQuery
, OneDashboardPageWidgetAreaNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetAreaNullValue
, OneDashboardPageWidgetAreaNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetAreaNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetAreaNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetAreaNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetAreaNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetAreaNullValueSeriesOverride
, OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetAreaUnit
, OneDashboardPageWidgetAreaUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetAreaUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetAreaUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetAreaUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetAreaUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids List<string>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetBarNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetBarColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetBarDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids []string
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues []OneDashboardPageWidgetBarNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetBarUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetBarNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetBarColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetBarDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Integer
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<OneDashboardPageWidgetBarNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetBarUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetBarNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetBarColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetBarDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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
filterCurrentDashboard boolean
(Optional) Use this item to filter the current dashboard.
height number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids string[]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues OneDashboardPageWidgetBarNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetBarUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetBarNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetBarColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetBarDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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_dashboard bool
(Optional) Use this item to filter the current dashboard.
height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linked_entity_guids Sequence[str]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
null_values Sequence[OneDashboardPageWidgetBarNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetBarUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetBarColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetBarColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetBarColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetBarColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetBarDataFormat
, OneDashboardPageWidgetBarDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetBarInitialSorting
, OneDashboardPageWidgetBarInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetBarNrqlQuery
, OneDashboardPageWidgetBarNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetBarNullValue
, OneDashboardPageWidgetBarNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetBarNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetBarNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetBarNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetBarNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBarNullValueSeriesOverride
, OneDashboardPageWidgetBarNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetBarUnit
, OneDashboardPageWidgetBarUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetBarUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetBarUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetBarUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetBarUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardColor>
(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.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetBillboardNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetBillboardColor
(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.
DataFormats []OneDashboardPageWidgetBillboardDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetBillboardInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetBillboardNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetBillboardUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetBillboardNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetBillboardColor>
(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.
dataFormats List<OneDashboardPageWidgetBillboardDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetBillboardInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetBillboardNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetBillboardUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetBillboardNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetBillboardColor[]
(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.
dataFormats OneDashboardPageWidgetBillboardDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetBillboardInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetBillboardNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetBillboardUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetBillboardNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetBillboardColor]
(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.
data_formats Sequence[OneDashboardPageWidgetBillboardDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetBillboardInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetBillboardNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetBillboardUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetBillboardColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetBillboardColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetBillboardColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetBillboardColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetBillboardDataFormat
, OneDashboardPageWidgetBillboardDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetBillboardInitialSorting
, OneDashboardPageWidgetBillboardInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetBillboardNrqlQuery
, OneDashboardPageWidgetBillboardNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetBillboardNullValue
, OneDashboardPageWidgetBillboardNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetBillboardNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetBillboardNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetBillboardNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetBillboardNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBillboardNullValueSeriesOverride
, OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetBillboardUnit
, OneDashboardPageWidgetBillboardUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetBillboardUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetBillboardUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetBillboardUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetBillboardUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
Limit This property is required. double
(Required) Visualization limit for the widget.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
Limit This property is required. float64
(Required) Visualization limit for the widget.
NrqlQueries This property is required. []OneDashboardPageWidgetBulletNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetBulletColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetBulletDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetBulletInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetBulletNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetBulletUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
limit This property is required. Double
(Required) Visualization limit for the widget.
nrqlQueries This property is required. List<OneDashboardPageWidgetBulletNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetBulletColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetBulletDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetBulletInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetBulletNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetBulletUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
limit This property is required. number
(Required) Visualization limit for the widget.
nrqlQueries This property is required. OneDashboardPageWidgetBulletNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetBulletColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetBulletDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetBulletInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetBulletNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetBulletUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
limit This property is required. float
(Required) Visualization limit for the widget.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetBulletNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetBulletColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetBulletDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetBulletInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetBulletNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetBulletUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
limit This property is required. Number
(Required) Visualization limit for the widget.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetBulletColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetBulletColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetBulletColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetBulletColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetBulletDataFormat
, OneDashboardPageWidgetBulletDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetBulletInitialSorting
, OneDashboardPageWidgetBulletInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetBulletNrqlQuery
, OneDashboardPageWidgetBulletNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetBulletNullValue
, OneDashboardPageWidgetBulletNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetBulletNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetBulletNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetBulletNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetBulletNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBulletNullValueSeriesOverride
, OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetBulletUnit
, OneDashboardPageWidgetBulletUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetBulletUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetBulletUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetBulletUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetBulletUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetFunnelNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetFunnelColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetFunnelDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetFunnelInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetFunnelNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetFunnelUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetFunnelNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetFunnelColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetFunnelDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetFunnelInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetFunnelNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetFunnelUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetFunnelNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetFunnelColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetFunnelDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetFunnelInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetFunnelNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetFunnelUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetFunnelNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetFunnelColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetFunnelDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetFunnelInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetFunnelNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetFunnelUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetFunnelColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetFunnelColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetFunnelColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetFunnelColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetFunnelDataFormat
, OneDashboardPageWidgetFunnelDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetFunnelInitialSorting
, OneDashboardPageWidgetFunnelInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetFunnelNrqlQuery
, OneDashboardPageWidgetFunnelNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetFunnelNullValue
, OneDashboardPageWidgetFunnelNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetFunnelNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetFunnelNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetFunnelNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetFunnelNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetFunnelNullValueSeriesOverride
, OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetFunnelUnit
, OneDashboardPageWidgetFunnelUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetFunnelUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetFunnelUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetFunnelUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetFunnelUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids List<string>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetHeatmapNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetHeatmapColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetHeatmapDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetHeatmapInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids []string
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues []OneDashboardPageWidgetHeatmapNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetHeatmapUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetHeatmapNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetHeatmapColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetHeatmapDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Integer
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetHeatmapInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<OneDashboardPageWidgetHeatmapNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetHeatmapUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetHeatmapNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetHeatmapColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetHeatmapDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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
filterCurrentDashboard boolean
(Optional) Use this item to filter the current dashboard.
height number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetHeatmapInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids string[]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues OneDashboardPageWidgetHeatmapNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetHeatmapUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetHeatmapNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetHeatmapColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetHeatmapDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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_dashboard bool
(Optional) Use this item to filter the current dashboard.
height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetHeatmapInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linked_entity_guids Sequence[str]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
null_values Sequence[OneDashboardPageWidgetHeatmapNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetHeatmapUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetHeatmapColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetHeatmapColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetHeatmapColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetHeatmapColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetHeatmapDataFormat
, OneDashboardPageWidgetHeatmapDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetHeatmapInitialSorting
, OneDashboardPageWidgetHeatmapInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetHeatmapNrqlQuery
, OneDashboardPageWidgetHeatmapNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetHeatmapNullValue
, OneDashboardPageWidgetHeatmapNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetHeatmapNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetHeatmapNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetHeatmapNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetHeatmapNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetHeatmapNullValueSeriesOverride
, OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetHeatmapUnit
, OneDashboardPageWidgetHeatmapUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetHeatmapUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetHeatmapUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetHeatmapUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetHeatmapUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetHistogramNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetHistogramColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetHistogramDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetHistogramInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetHistogramNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetHistogramUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetHistogramNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetHistogramColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetHistogramDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetHistogramInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetHistogramNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetHistogramUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetHistogramNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetHistogramColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetHistogramDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetHistogramInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetHistogramNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetHistogramUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetHistogramNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetHistogramColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetHistogramDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetHistogramInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetHistogramNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetHistogramUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetHistogramColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetHistogramColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetHistogramColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetHistogramColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetHistogramDataFormat
, OneDashboardPageWidgetHistogramDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetHistogramInitialSorting
, OneDashboardPageWidgetHistogramInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetHistogramNrqlQuery
, OneDashboardPageWidgetHistogramNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetHistogramNullValue
, OneDashboardPageWidgetHistogramNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetHistogramNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetHistogramNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetHistogramNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetHistogramNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetHistogramNullValueSeriesOverride
, OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetHistogramUnit
, OneDashboardPageWidgetHistogramUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetHistogramUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetHistogramUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetHistogramUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetHistogramUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetJsonNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetJsonColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetJsonDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetJsonInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetJsonNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetJsonUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetJsonNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetJsonColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetJsonDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetJsonInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetJsonNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetJsonUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetJsonNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetJsonColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetJsonDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetJsonInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetJsonNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetJsonUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetJsonNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetJsonColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetJsonDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetJsonInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetJsonNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetJsonUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetJsonColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetJsonColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetJsonColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetJsonColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetJsonDataFormat
, OneDashboardPageWidgetJsonDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetJsonInitialSorting
, OneDashboardPageWidgetJsonInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetJsonNrqlQuery
, OneDashboardPageWidgetJsonNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetJsonNullValue
, OneDashboardPageWidgetJsonNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetJsonNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetJsonNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetJsonNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetJsonNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetJsonNullValueSeriesOverride
, OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetJsonUnit
, OneDashboardPageWidgetJsonUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetJsonUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetJsonUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetJsonUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetJsonUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
IsLabelVisible bool
(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.
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Thresholds List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineThreshold>
(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.NewRelic.Inputs.OneDashboardPageWidgetLineUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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.
YAxisLeftZero bool
(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) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
YAxisRight Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineYAxisRight
(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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetLineNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetLineColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetLineDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetLineInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
IsLabelVisible bool
(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.
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetLineNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Thresholds []OneDashboardPageWidgetLineThreshold
(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 []OneDashboardPageWidgetLineUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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.
YAxisLeftZero bool
(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) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
YAxisRight OneDashboardPageWidgetLineYAxisRight
(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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetLineNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetLineColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetLineDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetLineInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
isLabelVisible Boolean
(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.
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetLineNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
thresholds List<OneDashboardPageWidgetLineThreshold>
(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<OneDashboardPageWidgetLineUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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.
yAxisLeftZero Boolean
(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) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
yAxisRight OneDashboardPageWidgetLineYAxisRight
(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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetLineNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetLineColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetLineDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetLineInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
isLabelVisible boolean
(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.
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetLineNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
thresholds OneDashboardPageWidgetLineThreshold[]
(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 OneDashboardPageWidgetLineUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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.
yAxisLeftZero boolean
(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) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
yAxisRight OneDashboardPageWidgetLineYAxisRight
(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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetLineNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetLineColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetLineDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetLineInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
is_label_visible bool
(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[OneDashboardPageWidgetLineNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
thresholds Sequence[OneDashboardPageWidgetLineThreshold]
(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[OneDashboardPageWidgetLineUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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_left_zero bool
(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) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
y_axis_right OneDashboardPageWidgetLineYAxisRight
(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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
isLabelVisible Boolean
(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.
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
yAxisLeftZero Boolean
(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) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
yAxisRight Property Map
(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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetLineColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetLineColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetLineColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetLineColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetLineDataFormat
, OneDashboardPageWidgetLineDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetLineInitialSorting
, OneDashboardPageWidgetLineInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetLineNrqlQuery
, OneDashboardPageWidgetLineNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetLineNullValue
, OneDashboardPageWidgetLineNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetLineNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetLineNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetLineNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetLineNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetLineNullValueSeriesOverride
, OneDashboardPageWidgetLineNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetLineThreshold
, OneDashboardPageWidgetLineThresholdArgs

From string
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 string
The value until which the threshold would need to be applied.
From string
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 string
The value until which the threshold would need to be applied.
from String
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 String
The value until which the threshold would need to be applied.
from string
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 string
The value until which the threshold would need to be applied.
from_ str
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 str
The value until which the threshold would need to be applied.
from String
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 String
The value until which the threshold would need to be applied.

OneDashboardPageWidgetLineUnit
, OneDashboardPageWidgetLineUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetLineUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetLineUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetLineUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetLineUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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

YAxisRightMax double
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
YAxisRightMin double
, 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.
YAxisRightSeries List<string>
(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.
YAxisRightZero bool
(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) to y_axis_right_max. Use y_axis_right_zero = true with a combination of y_axis_right_min and y_axis_right_max to render values from 0 or the specified minimum to the maximum, and y_axis_right_zero = false to fit the graph to scale.
YAxisRightMax float64
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
YAxisRightMin float64
, 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.
YAxisRightSeries []string
(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.
YAxisRightZero bool
(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) to y_axis_right_max. Use y_axis_right_zero = true with a combination of y_axis_right_min and y_axis_right_max to render values from 0 or the specified minimum to the maximum, and y_axis_right_zero = false to fit the graph to scale.
yAxisRightMax Double
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
yAxisRightMin Double
, 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.
yAxisRightSeries List<String>
(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.
yAxisRightZero Boolean
(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) to y_axis_right_max. Use y_axis_right_zero = true with a combination of y_axis_right_min and y_axis_right_max to render values from 0 or the specified minimum to the maximum, and y_axis_right_zero = false to fit the graph to scale.
yAxisRightMax number
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
yAxisRightMin number
, 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.
yAxisRightSeries string[]
(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.
yAxisRightZero boolean
(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) to y_axis_right_max. Use y_axis_right_zero = true with a combination of y_axis_right_min and y_axis_right_max to render values from 0 or the specified minimum to the maximum, and y_axis_right_zero = false to fit the graph to scale.
y_axis_right_max float
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
y_axis_right_min float
, 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_right_series Sequence[str]
(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_right_zero bool
(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) to y_axis_right_max. Use y_axis_right_zero = true with a combination of y_axis_right_min and y_axis_right_max to render values from 0 or the specified minimum to the maximum, and y_axis_right_zero = false to fit the graph to scale.
yAxisRightMax Number
Minimum value of the range to be specified with the Y-Axis on the right of the line widget.
yAxisRightMin Number
, 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.
yAxisRightSeries List<String>
(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.
yAxisRightZero Boolean
(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) to y_axis_right_max. Use y_axis_right_zero = true with a combination of y_axis_right_min and y_axis_right_max to render values from 0 or the specified minimum to the maximum, and y_axis_right_zero = false to fit the graph to scale.

OneDashboardPageWidgetLogTable
, OneDashboardPageWidgetLogTableArgs

Column This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetLogTableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetLogTableColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetLogTableDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetLogTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetLogTableNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetLogTableUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetLogTableNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetLogTableColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetLogTableDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetLogTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetLogTableNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetLogTableUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetLogTableNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetLogTableColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetLogTableDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetLogTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetLogTableNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetLogTableUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetLogTableNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetLogTableColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetLogTableDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetLogTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetLogTableNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetLogTableUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetLogTableColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetLogTableColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetLogTableColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetLogTableColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetLogTableDataFormat
, OneDashboardPageWidgetLogTableDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetLogTableInitialSorting
, OneDashboardPageWidgetLogTableInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetLogTableNrqlQuery
, OneDashboardPageWidgetLogTableNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetLogTableNullValue
, OneDashboardPageWidgetLogTableNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetLogTableNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetLogTableNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetLogTableNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetLogTableNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetLogTableNullValueSeriesOverride
, OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetLogTableUnit
, OneDashboardPageWidgetLogTableUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetLogTableUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetLogTableUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetLogTableUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetLogTableUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Text This property is required. string
(Required) The markdown source to be rendered in the widget.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Text This property is required. string
(Required) The markdown source to be rendered in the widget.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetMarkdownColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetMarkdownDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetMarkdownInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetMarkdownNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetMarkdownUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
text This property is required. String
(Required) The markdown source to be rendered in the widget.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetMarkdownColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetMarkdownDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetMarkdownInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetMarkdownNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetMarkdownUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
text This property is required. string
(Required) The markdown source to be rendered in the widget.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetMarkdownColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetMarkdownDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetMarkdownInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetMarkdownNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetMarkdownUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
text This property is required. str
(Required) The markdown source to be rendered in the widget.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetMarkdownColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetMarkdownDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetMarkdownInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetMarkdownNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetMarkdownUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
text This property is required. String
(Required) The markdown source to be rendered in the widget.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetMarkdownColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetMarkdownColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetMarkdownColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetMarkdownColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetMarkdownDataFormat
, OneDashboardPageWidgetMarkdownDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetMarkdownInitialSorting
, OneDashboardPageWidgetMarkdownInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetMarkdownNullValue
, OneDashboardPageWidgetMarkdownNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetMarkdownNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetMarkdownNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetMarkdownNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetMarkdownNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetMarkdownNullValueSeriesOverride
, OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetMarkdownUnit
, OneDashboardPageWidgetMarkdownUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetMarkdownUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetMarkdownUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetMarkdownUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetMarkdownUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids List<string>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetPyNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetPyColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetPyDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetPyInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids []string
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues []OneDashboardPageWidgetPyNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetPyUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetPyNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetPyColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetPyDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Integer
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetPyInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<OneDashboardPageWidgetPyNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetPyUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetPyNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetPyColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetPyDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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
filterCurrentDashboard boolean
(Optional) Use this item to filter the current dashboard.
height number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetPyInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids string[]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues OneDashboardPageWidgetPyNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetPyUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetPyNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetPyColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetPyDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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_dashboard bool
(Optional) Use this item to filter the current dashboard.
height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetPyInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linked_entity_guids Sequence[str]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
null_values Sequence[OneDashboardPageWidgetPyNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetPyUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetPyColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetPyColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetPyColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetPyColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetPyDataFormat
, OneDashboardPageWidgetPyDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetPyInitialSorting
, OneDashboardPageWidgetPyInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetPyNrqlQuery
, OneDashboardPageWidgetPyNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetPyNullValue
, OneDashboardPageWidgetPyNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetPyNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetPyNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetPyNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetPyNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetPyNullValueSeriesOverride
, OneDashboardPageWidgetPyNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetPyUnit
, OneDashboardPageWidgetPyUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetPyUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetPyUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetPyUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetPyUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetStackedBarNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetStackedBarColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetStackedBarDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetStackedBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
NullValues []OneDashboardPageWidgetStackedBarNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Units []OneDashboardPageWidgetStackedBarUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetStackedBarNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetStackedBarColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetStackedBarDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetStackedBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<OneDashboardPageWidgetStackedBarNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units List<OneDashboardPageWidgetStackedBarUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetStackedBarNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetStackedBarColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetStackedBarDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetStackedBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues OneDashboardPageWidgetStackedBarNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units OneDashboardPageWidgetStackedBarUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetStackedBarNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetStackedBarColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetStackedBarDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetStackedBarInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
null_values Sequence[OneDashboardPageWidgetStackedBarNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
units Sequence[OneDashboardPageWidgetStackedBarUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetStackedBarColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetStackedBarColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetStackedBarColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetStackedBarColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetStackedBarDataFormat
, OneDashboardPageWidgetStackedBarDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetStackedBarInitialSorting
, OneDashboardPageWidgetStackedBarInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetStackedBarNrqlQuery
, OneDashboardPageWidgetStackedBarNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetStackedBarNullValue
, OneDashboardPageWidgetStackedBarNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetStackedBarNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetStackedBarNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetStackedBarNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetStackedBarNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetStackedBarNullValueSeriesOverride
, OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetStackedBarUnit
, OneDashboardPageWidgetStackedBarUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetStackedBarUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetStackedBarUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetStackedBarUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetStackedBarUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids List<string>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Thresholds List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableThreshold>
(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.NewRelic.Inputs.OneDashboardPageWidgetTableUnit>
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax double
YAxisLeftMin double
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
NrqlQueries This property is required. []OneDashboardPageWidgetTableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Row This property is required. int
(Required) Row position of widget from top left, starting at 1.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Colors []OneDashboardPageWidgetTableColor
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
DataFormats []OneDashboardPageWidgetTableDataFormat
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
FacetShowOtherSeries bool
(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
FilterCurrentDashboard bool
(Optional) Use this item to filter the current dashboard.
Height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
Id string
The ID of the widget.
IgnoreTimeRange bool
(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.
InitialSorting OneDashboardPageWidgetTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
LegendEnabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
LinkedEntityGuids []string
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
NullValues []OneDashboardPageWidgetTableNullValue
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
RefreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
Thresholds []OneDashboardPageWidgetTableThreshold
(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 []OneDashboardPageWidgetTableUnit
(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 to 12 inclusive. Defaults to 4.
YAxisLeftMax float64
YAxisLeftMin float64
, 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 This property is required. Integer
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<OneDashboardPageWidgetTableNrqlQuery>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Integer
(Required) Row position of widget from top left, starting at 1.
title This property is required. String
(Optional) A human-friendly display string for this value.
colors List<OneDashboardPageWidgetTableColor>
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats List<OneDashboardPageWidgetTableDataFormat>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Integer
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting OneDashboardPageWidgetTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<OneDashboardPageWidgetTableNullValue>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
thresholds List<OneDashboardPageWidgetTableThreshold>
(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<OneDashboardPageWidgetTableUnit>
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Double
yAxisLeftMin Double
, 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 This property is required. number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. OneDashboardPageWidgetTableNrqlQuery[]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. number
(Required) Row position of widget from top left, starting at 1.
title This property is required. string
(Optional) A human-friendly display string for this value.
colors OneDashboardPageWidgetTableColor[]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
dataFormats OneDashboardPageWidgetTableDataFormat[]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries boolean
(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
filterCurrentDashboard boolean
(Optional) Use this item to filter the current dashboard.
height number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id string
The ID of the widget.
ignoreTimeRange boolean
(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.
initialSorting OneDashboardPageWidgetTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids string[]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues OneDashboardPageWidgetTableNullValue[]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate string
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
thresholds OneDashboardPageWidgetTableThreshold[]
(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 OneDashboardPageWidgetTableUnit[]
(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 to 12 inclusive. Defaults to 4.
yAxisLeftMax number
yAxisLeftMin number
, 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 This property is required. int
(Required) Column position of widget from top left, starting at 1.
nrql_queries This property is required. Sequence[OneDashboardPageWidgetTableNrqlQuery]
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. int
(Required) Row position of widget from top left, starting at 1.
title This property is required. str
(Optional) A human-friendly display string for this value.
colors Sequence[OneDashboardPageWidgetTableColor]
(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
data_formats Sequence[OneDashboardPageWidgetTableDataFormat]
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facet_show_other_series bool
(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_dashboard bool
(Optional) Use this item to filter the current dashboard.
height int
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id str
The ID of the widget.
ignore_time_range bool
(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.
initial_sorting OneDashboardPageWidgetTableInitialSorting
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legend_enabled bool
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linked_entity_guids Sequence[str]
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
null_values Sequence[OneDashboardPageWidgetTableNullValue]
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refresh_rate str
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
thresholds Sequence[OneDashboardPageWidgetTableThreshold]
(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[OneDashboardPageWidgetTableUnit]
(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 to 12 inclusive. Defaults to 4.
y_axis_left_max float
y_axis_left_min float
, 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 This property is required. Number
(Required) Column position of widget from top left, starting at 1.
nrqlQueries This property is required. List<Property Map>
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
row This property is required. Number
(Required) Row position of widget from top left, starting at 1.
title This property is required. 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.
dataFormats List<Property Map>
(Optional) A nested block that describes data format. See Nested data_format blocks below for details.
facetShowOtherSeries Boolean
(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
filterCurrentDashboard Boolean
(Optional) Use this item to filter the current dashboard.
height Number
(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
id String
The ID of the widget.
ignoreTimeRange Boolean
(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.
initialSorting Property Map
(Optional) An attribute that describes the sorting mechanism for the table. This attribute requires specifying the following attributes in a nested block -
legendEnabled Boolean
(Optional) With this turned on, the legend will be displayed. Defaults to true.
linkedEntityGuids List<String>
(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
nullValues List<Property Map>
(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
refreshRate String
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are auto for default value, 0 for no refresh, 5000 for 5 seconds, 30000 for 30 seconds, 60000 for 60 seconds, 300000 for 5 minutes, 1800000 for 30 minutes, 3600000 for 60 minute, 10800000 for 3 hours, 43200000 for 12 hours and 86400000 for 24 hours.
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 to 12 inclusive. Defaults to 4.
yAxisLeftMax Number
yAxisLeftMin Number
, 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.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetTableColorSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetTableColorSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetTableColorSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetTableColorSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesName 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.
SeriesName 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.
seriesName 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.
seriesName 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.
seriesName String
Series name

OneDashboardPageWidgetTableDataFormat
, OneDashboardPageWidgetTableDataFormatArgs

Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
Name This property is required. string
The title of the dashboard.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
Format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
Precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Integer
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. string
The title of the dashboard.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format string
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. str
The title of the dashboard.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format str
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision int
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.
name This property is required. String
The title of the dashboard.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
format String
(Optional) This attribute is provided when the name is that of a column comprising date/time values and the type attribute is set to custom defining the specific date format to be applied to your data.
precision Number
(Optional) This attribute is utilized when the type attribute is set to decimal, stipulating the precise number of digits after the decimal point for your data.

OneDashboardPageWidgetTableInitialSorting
, OneDashboardPageWidgetTableInitialSortingArgs

Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
Direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
Name This property is required. string
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.
direction This property is required. string
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. string
The title of the dashboard.
direction This property is required. str
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. str
The title of the dashboard.
direction This property is required. String
(Required) Defines the sort order. Accepted values are asc for ascending or desc for descending.
name This property is required. String
The title of the dashboard.

OneDashboardPageWidgetTableNrqlQuery
, OneDashboardPageWidgetTableNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId string
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountId String
Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetTableNullValue
, OneDashboardPageWidgetTableNullValueArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesOverrides []OneDashboardPageWidgetTableNullValueSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<OneDashboardPageWidgetTableNullValueSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides OneDashboardPageWidgetTableNullValueSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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, or zero.
series_overrides Sequence[OneDashboardPageWidgetTableNullValueSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetTableNullValueSeriesOverride
, OneDashboardPageWidgetTableNullValueSeriesOverrideArgs

NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
NullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
SeriesName string
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name
nullValue string
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName string
Series name
null_value str
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
series_name str
Series name
nullValue String
Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.
seriesName String
Series name

OneDashboardPageWidgetTableThreshold
, OneDashboardPageWidgetTableThresholdArgs

ColumnName string
The name of the column in the table, to which the threshold would need to be applied.
From string
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 string
The value until which the threshold would need to be applied.
ColumnName string
The name of the column in the table, to which the threshold would need to be applied.
From string
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 string
The value until which the threshold would need to be applied.
columnName String
The name of the column in the table, to which the threshold would need to be applied.
from String
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 String
The value until which the threshold would need to be applied.
columnName string
The name of the column in the table, to which the threshold would need to be applied.
from string
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 string
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_ str
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 str
The value until which the threshold would need to be applied.
columnName String
The name of the column in the table, to which the threshold would need to be applied.
from String
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 String
The value until which the threshold would need to be applied.

OneDashboardPageWidgetTableUnit
, OneDashboardPageWidgetTableUnitArgs

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
SeriesOverrides []OneDashboardPageWidgetTableUnitSeriesOverride
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<OneDashboardPageWidgetTableUnitSeriesOverride>
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides OneDashboardPageWidgetTableUnitSeriesOverride[]
(Optional) A Nested block which will take two string attributes color and series_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[OneDashboardPageWidgetTableUnitSeriesOverride]
(Optional) A Nested block which will take two string attributes color and series_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.
seriesOverrides List<Property Map>
(Optional) A Nested block which will take two string attributes color and series_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

SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
SeriesName string
Series name
Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName String
Series name
unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
seriesName 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.
seriesName 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 This property is required. string
The title of the dashboard.
ReplacementStrategy This property is required. string
(Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
DefaultValues 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 ["*"].
IsMultiSelection bool
(Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
Items List<Pulumi.NewRelic.Inputs.OneDashboardVariableItem>
(Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
NrqlQuery Pulumi.NewRelic.Inputs.OneDashboardVariableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Options List<Pulumi.NewRelic.Inputs.OneDashboardVariableOption>
(Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
Name This property is required. string
The title of the dashboard.
ReplacementStrategy This property is required. string
(Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
Title This property is required. string
(Optional) A human-friendly display string for this value.
Type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
DefaultValues []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 ["*"].
IsMultiSelection bool
(Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
Items []OneDashboardVariableItem
(Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
NrqlQuery OneDashboardVariableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
Options []OneDashboardVariableOption
(Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
name This property is required. String
The title of the dashboard.
replacementStrategy This property is required. String
(Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
title This property is required. String
(Optional) A human-friendly display string for this value.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
defaultValues 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 ["*"].
isMultiSelection Boolean
(Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
items List<OneDashboardVariableItem>
(Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
nrqlQuery OneDashboardVariableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
options List<OneDashboardVariableOption>
(Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
name This property is required. string
The title of the dashboard.
replacementStrategy This property is required. string
(Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
title This property is required. string
(Optional) A human-friendly display string for this value.
type This property is required. string
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
defaultValues 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 ["*"].
isMultiSelection boolean
(Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
items OneDashboardVariableItem[]
(Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
nrqlQuery OneDashboardVariableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
options OneDashboardVariableOption[]
(Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
name This property is required. str
The title of the dashboard.
replacement_strategy This property is required. str
(Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
title This property is required. str
(Optional) A human-friendly display string for this value.
type This property is required. str
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
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_selection bool
(Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
items Sequence[OneDashboardVariableItem]
(Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
nrql_query OneDashboardVariableNrqlQuery
(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
options Sequence[OneDashboardVariableOption]
(Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
name This property is required. String
The title of the dashboard.
replacementStrategy This property is required. String
(Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
title This property is required. String
(Optional) A human-friendly display string for this value.
type This property is required. String
(Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
defaultValues 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 ["*"].
isMultiSelection Boolean
(Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
items List<Property Map>
(Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
nrqlQuery 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

Value This property is required. string
(Required) A possible variable value
Title string
(Optional) A human-friendly display string for this value.
Value This property is required. string
(Required) A possible variable value
Title string
(Optional) A human-friendly display string for this value.
value This property is required. String
(Required) A possible variable value
title String
(Optional) A human-friendly display string for this value.
value This property is required. string
(Required) A possible variable value
title string
(Optional) A human-friendly display string for this value.
value This property is required. str
(Required) A possible variable value
title str
(Optional) A human-friendly display string for this value.
value This property is required. String
(Required) A possible variable value
title String
(Optional) A human-friendly display string for this value.

OneDashboardVariableNrqlQuery
, OneDashboardVariableNrqlQueryArgs

Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountIds List<string>
New Relic account ID(s) to issue the query against.
Query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
AccountIds []string
New Relic account ID(s) to issue the query against.
query This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountIds List<String>
New Relic account ID(s) to issue the query against.
query This property is required. string
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountIds string[]
New Relic account ID(s) to issue the query against.
query This property is required. 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 This property is required. String
(Required) Valid NRQL query string. See Writing NRQL Queries for help.
accountIds List<String>
New Relic account ID(s) to issue the query against.

OneDashboardVariableOption
, OneDashboardVariableOptionArgs

Excluded bool
(Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to false.
IgnoreTimeRange bool
(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.
Excluded bool
(Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to false.
IgnoreTimeRange bool
(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.
excluded Boolean
(Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to false.
ignoreTimeRange Boolean
(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.
excluded boolean
(Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to false.
ignoreTimeRange boolean
(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.
excluded bool
(Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to false.
ignore_time_range bool
(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.
excluded Boolean
(Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to false.
ignoreTimeRange Boolean
(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.