1. Packages
  2. Packages
  3. Newrelic Provider
  4. API Docs
  5. OneDashboard
Viewing docs for New Relic v4.20.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
newrelic logo
Viewing docs for New Relic v4.20.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Additional Examples

    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[int] = None,
                     description: Optional[str] = None,
                     name: Optional[str] = None,
                     permissions: Optional[str] = None)
    func NewOneDashboard(ctx *Context, name string, args OneDashboardArgs, opts ...ResourceOption) (*OneDashboard, error)
    public OneDashboard(string name, OneDashboardArgs args, CustomResourceOptions? opts = null)
    public OneDashboard(String name, OneDashboardArgs args)
    public OneDashboard(String name, OneDashboardArgs args, CustomResourceOptions options)
    
    type: newrelic:OneDashboard
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args OneDashboardArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OneDashboardArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args OneDashboardArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OneDashboardArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OneDashboardArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var oneDashboardResource = new NewRelic.OneDashboard("oneDashboardResource", new()
    {
        Pages = new[]
        {
            new NewRelic.Inputs.OneDashboardPageArgs
            {
                Name = "string",
                WidgetHeatmaps = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetHeatmapArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetJsons = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetJsonArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetAreas = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetAreaArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetBars = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetBarArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        FilterCurrentDashboard = false,
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        LinkedEntityGuids = new[]
                        {
                            "string",
                        },
                        Width = 0,
                    },
                },
                WidgetBillboards = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetBillboardArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Critical = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Warning = "string",
                        Width = 0,
                    },
                },
                WidgetBullets = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetBulletArgs
                    {
                        Column = 0,
                        Limit = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                Guid = "string",
                WidgetFunnels = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetFunnelArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetHistograms = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetHistogramArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                Description = "string",
                WidgetLines = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetLineArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetLogTables = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetLogTableArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetMarkdowns = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetMarkdownArgs
                    {
                        Column = 0,
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Text = "string",
                        Width = 0,
                    },
                },
                WidgetPies = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetPyArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetPyNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        FilterCurrentDashboard = false,
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        LinkedEntityGuids = new[]
                        {
                            "string",
                        },
                        Width = 0,
                    },
                },
                WidgetStackedBars = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetStackedBarArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        Width = 0,
                    },
                },
                WidgetTables = new[]
                {
                    new NewRelic.Inputs.OneDashboardPageWidgetTableArgs
                    {
                        Column = 0,
                        NrqlQueries = new[]
                        {
                            new NewRelic.Inputs.OneDashboardPageWidgetTableNrqlQueryArgs
                            {
                                Query = "string",
                                AccountId = 0,
                            },
                        },
                        Row = 0,
                        Title = "string",
                        FilterCurrentDashboard = false,
                        Height = 0,
                        Id = "string",
                        IgnoreTimeRange = false,
                        LinkedEntityGuids = new[]
                        {
                            "string",
                        },
                        Width = 0,
                    },
                },
            },
        },
        AccountId = 0,
        Description = "string",
        Name = "string",
        Permissions = "string",
    });
    
    example, err := newrelic.NewOneDashboard(ctx, "oneDashboardResource", &newrelic.OneDashboardArgs{
    	Pages: newrelic.OneDashboardPageArray{
    		&newrelic.OneDashboardPageArgs{
    			Name: pulumi.String("string"),
    			WidgetHeatmaps: newrelic.OneDashboardPageWidgetHeatmapArray{
    				&newrelic.OneDashboardPageWidgetHeatmapArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetJsons: newrelic.OneDashboardPageWidgetJsonArray{
    				&newrelic.OneDashboardPageWidgetJsonArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetJsonNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetJsonNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetAreas: newrelic.OneDashboardPageWidgetAreaArray{
    				&newrelic.OneDashboardPageWidgetAreaArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetAreaNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetAreaNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetBars: newrelic.OneDashboardPageWidgetBarArray{
    				&newrelic.OneDashboardPageWidgetBarArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetBarNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetBarNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:                    pulumi.Int(0),
    					Title:                  pulumi.String("string"),
    					FilterCurrentDashboard: pulumi.Bool(false),
    					Height:                 pulumi.Int(0),
    					Id:                     pulumi.String("string"),
    					IgnoreTimeRange:        pulumi.Bool(false),
    					LinkedEntityGuids: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Width: pulumi.Int(0),
    				},
    			},
    			WidgetBillboards: newrelic.OneDashboardPageWidgetBillboardArray{
    				&newrelic.OneDashboardPageWidgetBillboardArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetBillboardNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetBillboardNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Critical:        pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Warning:         pulumi.String("string"),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetBullets: newrelic.OneDashboardPageWidgetBulletArray{
    				&newrelic.OneDashboardPageWidgetBulletArgs{
    					Column: pulumi.Int(0),
    					Limit:  pulumi.Float64(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetBulletNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetBulletNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			Guid: pulumi.String("string"),
    			WidgetFunnels: newrelic.OneDashboardPageWidgetFunnelArray{
    				&newrelic.OneDashboardPageWidgetFunnelArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetFunnelNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetFunnelNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetHistograms: newrelic.OneDashboardPageWidgetHistogramArray{
    				&newrelic.OneDashboardPageWidgetHistogramArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetHistogramNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetHistogramNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			Description: pulumi.String("string"),
    			WidgetLines: newrelic.OneDashboardPageWidgetLineArray{
    				&newrelic.OneDashboardPageWidgetLineArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetLineNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetLineNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetLogTables: newrelic.OneDashboardPageWidgetLogTableArray{
    				&newrelic.OneDashboardPageWidgetLogTableArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetLogTableNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetLogTableNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetMarkdowns: newrelic.OneDashboardPageWidgetMarkdownArray{
    				&newrelic.OneDashboardPageWidgetMarkdownArgs{
    					Column:          pulumi.Int(0),
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Text:            pulumi.String("string"),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetPies: newrelic.OneDashboardPageWidgetPyArray{
    				&newrelic.OneDashboardPageWidgetPyArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetPyNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetPyNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:                    pulumi.Int(0),
    					Title:                  pulumi.String("string"),
    					FilterCurrentDashboard: pulumi.Bool(false),
    					Height:                 pulumi.Int(0),
    					Id:                     pulumi.String("string"),
    					IgnoreTimeRange:        pulumi.Bool(false),
    					LinkedEntityGuids: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Width: pulumi.Int(0),
    				},
    			},
    			WidgetStackedBars: newrelic.OneDashboardPageWidgetStackedBarArray{
    				&newrelic.OneDashboardPageWidgetStackedBarArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:             pulumi.Int(0),
    					Title:           pulumi.String("string"),
    					Height:          pulumi.Int(0),
    					Id:              pulumi.String("string"),
    					IgnoreTimeRange: pulumi.Bool(false),
    					Width:           pulumi.Int(0),
    				},
    			},
    			WidgetTables: newrelic.OneDashboardPageWidgetTableArray{
    				&newrelic.OneDashboardPageWidgetTableArgs{
    					Column: pulumi.Int(0),
    					NrqlQueries: newrelic.OneDashboardPageWidgetTableNrqlQueryArray{
    						&newrelic.OneDashboardPageWidgetTableNrqlQueryArgs{
    							Query:     pulumi.String("string"),
    							AccountId: pulumi.Int(0),
    						},
    					},
    					Row:                    pulumi.Int(0),
    					Title:                  pulumi.String("string"),
    					FilterCurrentDashboard: pulumi.Bool(false),
    					Height:                 pulumi.Int(0),
    					Id:                     pulumi.String("string"),
    					IgnoreTimeRange:        pulumi.Bool(false),
    					LinkedEntityGuids: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Width: pulumi.Int(0),
    				},
    			},
    		},
    	},
    	AccountId:   pulumi.Int(0),
    	Description: pulumi.String("string"),
    	Name:        pulumi.String("string"),
    	Permissions: pulumi.String("string"),
    })
    
    var oneDashboardResource = new OneDashboard("oneDashboardResource", OneDashboardArgs.builder()
        .pages(OneDashboardPageArgs.builder()
            .name("string")
            .widgetHeatmaps(OneDashboardPageWidgetHeatmapArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetHeatmapNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetJsons(OneDashboardPageWidgetJsonArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetJsonNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetAreas(OneDashboardPageWidgetAreaArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetAreaNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetBars(OneDashboardPageWidgetBarArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetBarNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .filterCurrentDashboard(false)
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .linkedEntityGuids("string")
                .width(0)
                .build())
            .widgetBillboards(OneDashboardPageWidgetBillboardArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetBillboardNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .critical("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .warning("string")
                .width(0)
                .build())
            .widgetBullets(OneDashboardPageWidgetBulletArgs.builder()
                .column(0)
                .limit(0.0)
                .nrqlQueries(OneDashboardPageWidgetBulletNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .guid("string")
            .widgetFunnels(OneDashboardPageWidgetFunnelArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetFunnelNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetHistograms(OneDashboardPageWidgetHistogramArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetHistogramNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .description("string")
            .widgetLines(OneDashboardPageWidgetLineArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetLineNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetLogTables(OneDashboardPageWidgetLogTableArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetLogTableNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetMarkdowns(OneDashboardPageWidgetMarkdownArgs.builder()
                .column(0)
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .text("string")
                .width(0)
                .build())
            .widgetPies(OneDashboardPageWidgetPyArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetPyNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .filterCurrentDashboard(false)
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .linkedEntityGuids("string")
                .width(0)
                .build())
            .widgetStackedBars(OneDashboardPageWidgetStackedBarArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetStackedBarNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .width(0)
                .build())
            .widgetTables(OneDashboardPageWidgetTableArgs.builder()
                .column(0)
                .nrqlQueries(OneDashboardPageWidgetTableNrqlQueryArgs.builder()
                    .query("string")
                    .accountId(0)
                    .build())
                .row(0)
                .title("string")
                .filterCurrentDashboard(false)
                .height(0)
                .id("string")
                .ignoreTimeRange(false)
                .linkedEntityGuids("string")
                .width(0)
                .build())
            .build())
        .accountId(0)
        .description("string")
        .name("string")
        .permissions("string")
        .build());
    
    one_dashboard_resource = newrelic.OneDashboard("oneDashboardResource",
        pages=[{
            "name": "string",
            "widget_heatmaps": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_jsons": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_areas": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_bars": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "filter_current_dashboard": False,
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "linked_entity_guids": ["string"],
                "width": 0,
            }],
            "widget_billboards": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "critical": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "warning": "string",
                "width": 0,
            }],
            "widget_bullets": [{
                "column": 0,
                "limit": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "guid": "string",
            "widget_funnels": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_histograms": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "description": "string",
            "widget_lines": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_log_tables": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_markdowns": [{
                "column": 0,
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "text": "string",
                "width": 0,
            }],
            "widget_pies": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "filter_current_dashboard": False,
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "linked_entity_guids": ["string"],
                "width": 0,
            }],
            "widget_stacked_bars": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "width": 0,
            }],
            "widget_tables": [{
                "column": 0,
                "nrql_queries": [{
                    "query": "string",
                    "account_id": 0,
                }],
                "row": 0,
                "title": "string",
                "filter_current_dashboard": False,
                "height": 0,
                "id": "string",
                "ignore_time_range": False,
                "linked_entity_guids": ["string"],
                "width": 0,
            }],
        }],
        account_id=0,
        description="string",
        name="string",
        permissions="string")
    
    const oneDashboardResource = new newrelic.OneDashboard("oneDashboardResource", {
        pages: [{
            name: "string",
            widgetHeatmaps: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetJsons: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetAreas: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetBars: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                filterCurrentDashboard: false,
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                linkedEntityGuids: ["string"],
                width: 0,
            }],
            widgetBillboards: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                critical: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                warning: "string",
                width: 0,
            }],
            widgetBullets: [{
                column: 0,
                limit: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            guid: "string",
            widgetFunnels: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetHistograms: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            description: "string",
            widgetLines: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetLogTables: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetMarkdowns: [{
                column: 0,
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                text: "string",
                width: 0,
            }],
            widgetPies: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                filterCurrentDashboard: false,
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                linkedEntityGuids: ["string"],
                width: 0,
            }],
            widgetStackedBars: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                width: 0,
            }],
            widgetTables: [{
                column: 0,
                nrqlQueries: [{
                    query: "string",
                    accountId: 0,
                }],
                row: 0,
                title: "string",
                filterCurrentDashboard: false,
                height: 0,
                id: "string",
                ignoreTimeRange: false,
                linkedEntityGuids: ["string"],
                width: 0,
            }],
        }],
        accountId: 0,
        description: "string",
        name: "string",
        permissions: "string",
    });
    
    type: newrelic:OneDashboard
    properties:
        accountId: 0
        description: string
        name: string
        pages:
            - description: string
              guid: string
              name: string
              widgetAreas:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetBars:
                - column: 0
                  filterCurrentDashboard: false
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  linkedEntityGuids:
                    - string
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetBillboards:
                - column: 0
                  critical: string
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  warning: string
                  width: 0
              widgetBullets:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  limit: 0
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetFunnels:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetHeatmaps:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetHistograms:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetJsons:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetLines:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetLogTables:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetMarkdowns:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  row: 0
                  text: string
                  title: string
                  width: 0
              widgetPies:
                - column: 0
                  filterCurrentDashboard: false
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  linkedEntityGuids:
                    - string
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetStackedBars:
                - column: 0
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
              widgetTables:
                - column: 0
                  filterCurrentDashboard: false
                  height: 0
                  id: string
                  ignoreTimeRange: false
                  linkedEntityGuids:
                    - string
                  nrqlQueries:
                    - accountId: 0
                      query: string
                  row: 0
                  title: string
                  width: 0
        permissions: string
    

    OneDashboard Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    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 List<Pulumi.NewRelic.Inputs.OneDashboardPage>
    A nested block that describes a page. See Nested page blocks below for details.
    AccountId int
    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.
    Pages []OneDashboardPageArgs
    A nested block that describes a page. See Nested page blocks below for details.
    AccountId int
    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.
    pages List<OneDashboardPage>
    A nested block that describes a page. See Nested page blocks below for details.
    accountId Integer
    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.
    pages OneDashboardPage[]
    A nested block that describes a page. See Nested page blocks below for details.
    accountId number
    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.
    pages Sequence[OneDashboardPageArgs]
    A nested block that describes a page. See Nested page blocks below for details.
    account_id int
    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.
    pages List<Property Map>
    A nested block that describes a page. See Nested page blocks below for details.
    accountId Number
    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.

    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[int] = 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) -> 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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId int
    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.
    AccountId int
    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.
    accountId Integer
    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.
    accountId number
    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.
    account_id int
    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.
    accountId Number
    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.

    Supporting Types

    OneDashboardPage, OneDashboardPageArgs

    Name string
    The title of the dashboard.
    Description string
    Brief text describing the dashboard.
    Guid string
    The unique entity identifier of the dashboard page in New Relic.
    WidgetAreas List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetArea>
    (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
    WidgetBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBar>
    (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
    WidgetBillboards List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboard>
    (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
    WidgetBullets List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBullet>
    (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
    WidgetFunnels List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnel>
    (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
    WidgetHeatmaps List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmap>
    (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
    WidgetHistograms List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogram>
    (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
    WidgetJsons List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJson>
    (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
    WidgetLines List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLine>
    (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
    WidgetLogTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTable>
    (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
    WidgetMarkdowns List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdown>
    (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
    WidgetPies List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPy>
    (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
    WidgetStackedBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBar>
    (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
    WidgetTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTable>
    (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
    Name string
    The title of the dashboard.
    Description string
    Brief text describing the dashboard.
    Guid string
    The unique entity identifier of the dashboard page in New Relic.
    WidgetAreas []OneDashboardPageWidgetArea
    (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
    WidgetBars []OneDashboardPageWidgetBar
    (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
    WidgetBillboards []OneDashboardPageWidgetBillboard
    (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
    WidgetBullets []OneDashboardPageWidgetBullet
    (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
    WidgetFunnels []OneDashboardPageWidgetFunnel
    (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
    WidgetHeatmaps []OneDashboardPageWidgetHeatmap
    (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
    WidgetHistograms []OneDashboardPageWidgetHistogram
    (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
    WidgetJsons []OneDashboardPageWidgetJson
    (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
    WidgetLines []OneDashboardPageWidgetLine
    (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
    WidgetLogTables []OneDashboardPageWidgetLogTable
    (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
    WidgetMarkdowns []OneDashboardPageWidgetMarkdown
    (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
    WidgetPies []OneDashboardPageWidgetPy
    (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
    WidgetStackedBars []OneDashboardPageWidgetStackedBar
    (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
    WidgetTables []OneDashboardPageWidgetTable
    (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
    name String
    The title of the dashboard.
    description String
    Brief text describing the dashboard.
    guid String
    The unique entity identifier of the dashboard page in New Relic.
    widgetAreas List<OneDashboardPageWidgetArea>
    (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
    widgetBars List<OneDashboardPageWidgetBar>
    (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
    widgetBillboards List<OneDashboardPageWidgetBillboard>
    (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
    widgetBullets List<OneDashboardPageWidgetBullet>
    (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
    widgetFunnels List<OneDashboardPageWidgetFunnel>
    (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
    widgetHeatmaps List<OneDashboardPageWidgetHeatmap>
    (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
    widgetHistograms List<OneDashboardPageWidgetHistogram>
    (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
    widgetJsons List<OneDashboardPageWidgetJson>
    (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
    widgetLines List<OneDashboardPageWidgetLine>
    (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
    widgetLogTables List<OneDashboardPageWidgetLogTable>
    (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
    widgetMarkdowns List<OneDashboardPageWidgetMarkdown>
    (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
    widgetPies List<OneDashboardPageWidgetPy>
    (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
    widgetStackedBars List<OneDashboardPageWidgetStackedBar>
    (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
    widgetTables List<OneDashboardPageWidgetTable>
    (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
    name string
    The title of the dashboard.
    description string
    Brief text describing the dashboard.
    guid string
    The unique entity identifier of the dashboard page in New Relic.
    widgetAreas OneDashboardPageWidgetArea[]
    (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
    widgetBars OneDashboardPageWidgetBar[]
    (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
    widgetBillboards OneDashboardPageWidgetBillboard[]
    (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
    widgetBullets OneDashboardPageWidgetBullet[]
    (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
    widgetFunnels OneDashboardPageWidgetFunnel[]
    (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
    widgetHeatmaps OneDashboardPageWidgetHeatmap[]
    (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
    widgetHistograms OneDashboardPageWidgetHistogram[]
    (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
    widgetJsons OneDashboardPageWidgetJson[]
    (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
    widgetLines OneDashboardPageWidgetLine[]
    (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
    widgetLogTables OneDashboardPageWidgetLogTable[]
    (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
    widgetMarkdowns OneDashboardPageWidgetMarkdown[]
    (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
    widgetPies OneDashboardPageWidgetPy[]
    (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
    widgetStackedBars OneDashboardPageWidgetStackedBar[]
    (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
    widgetTables OneDashboardPageWidgetTable[]
    (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
    name str
    The title of the dashboard.
    description str
    Brief text describing the dashboard.
    guid str
    The unique entity identifier of the dashboard page in New Relic.
    widget_areas Sequence[OneDashboardPageWidgetArea]
    (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
    widget_bars Sequence[OneDashboardPageWidgetBar]
    (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
    widget_billboards Sequence[OneDashboardPageWidgetBillboard]
    (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
    widget_bullets Sequence[OneDashboardPageWidgetBullet]
    (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
    widget_funnels Sequence[OneDashboardPageWidgetFunnel]
    (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
    widget_heatmaps Sequence[OneDashboardPageWidgetHeatmap]
    (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
    widget_histograms Sequence[OneDashboardPageWidgetHistogram]
    (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
    widget_jsons Sequence[OneDashboardPageWidgetJson]
    (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
    widget_lines Sequence[OneDashboardPageWidgetLine]
    (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
    widget_log_tables Sequence[OneDashboardPageWidgetLogTable]
    (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
    widget_markdowns Sequence[OneDashboardPageWidgetMarkdown]
    (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
    widget_pies Sequence[OneDashboardPageWidgetPy]
    (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
    widget_stacked_bars Sequence[OneDashboardPageWidgetStackedBar]
    (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
    widget_tables Sequence[OneDashboardPageWidgetTable]
    (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
    name String
    The title of the dashboard.
    description String
    Brief text describing the dashboard.
    guid String
    The unique entity identifier of the dashboard page in New Relic.
    widgetAreas List<Property Map>
    (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
    widgetBars List<Property Map>
    (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
    widgetBillboards List<Property Map>
    (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
    widgetBullets List<Property Map>
    (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
    widgetFunnels List<Property Map>
    (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
    widgetHeatmaps List<Property Map>
    (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
    widgetHistograms List<Property Map>
    (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
    widgetJsons List<Property Map>
    (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
    widgetLines List<Property Map>
    (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
    widgetLogTables List<Property Map>
    (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
    widgetMarkdowns List<Property Map>
    (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
    widgetPies List<Property Map>
    (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
    widgetStackedBars List<Property Map>
    (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
    widgetTables List<Property Map>
    (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.

    OneDashboardPageWidgetArea, OneDashboardPageWidgetAreaArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetAreaNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetAreaNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetAreaNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetAreaNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetAreaNrqlQuery, OneDashboardPageWidgetAreaNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetBar, OneDashboardPageWidgetBarArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    FilterCurrentDashboard bool
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    LinkedEntityGuids List<string>
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetBarNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    FilterCurrentDashboard bool
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    LinkedEntityGuids []string
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetBarNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    filterCurrentDashboard Boolean
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids List<String>
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetBarNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    filterCurrentDashboard boolean
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids string[]
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetBarNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    filter_current_dashboard bool
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linked_entity_guids Sequence[str]
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    filterCurrentDashboard Boolean
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids List<String>
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetBarNrqlQuery, OneDashboardPageWidgetBarNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetBillboard, OneDashboardPageWidgetBillboardArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Critical string
    (Optional) Threshold above which the displayed value will be styled with a red color.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Warning string
    (Optional) Threshold above which the displayed value will be styled with a yellow color.

    • widget_bullet
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetBillboardNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Critical string
    (Optional) Threshold above which the displayed value will be styled with a red color.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Warning string
    (Optional) Threshold above which the displayed value will be styled with a yellow color.

    • widget_bullet
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetBillboardNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    critical String
    (Optional) Threshold above which the displayed value will be styled with a red color.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    warning String
    (Optional) Threshold above which the displayed value will be styled with a yellow color.

    • widget_bullet
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetBillboardNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    critical string
    (Optional) Threshold above which the displayed value will be styled with a red color.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    warning string
    (Optional) Threshold above which the displayed value will be styled with a yellow color.

    • widget_bullet
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetBillboardNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    critical str
    (Optional) Threshold above which the displayed value will be styled with a red color.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    warning str
    (Optional) Threshold above which the displayed value will be styled with a yellow color.

    • widget_bullet
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    critical String
    (Optional) Threshold above which the displayed value will be styled with a red color.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    warning String
    (Optional) Threshold above which the displayed value will be styled with a yellow color.

    • widget_bullet
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetBillboardNrqlQuery, OneDashboardPageWidgetBillboardNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetBullet, OneDashboardPageWidgetBulletArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    Limit double
    (Required) Visualization limit for the widget.

    • widget_funnel
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    Limit float64
    (Required) Visualization limit for the widget.

    • widget_funnel
    NrqlQueries []OneDashboardPageWidgetBulletNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    limit Double
    (Required) Visualization limit for the widget.

    • widget_funnel
    nrqlQueries List<OneDashboardPageWidgetBulletNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    limit number
    (Required) Visualization limit for the widget.

    • widget_funnel
    nrqlQueries OneDashboardPageWidgetBulletNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    limit float
    (Required) Visualization limit for the widget.

    • widget_funnel
    nrql_queries Sequence[OneDashboardPageWidgetBulletNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    limit Number
    (Required) Visualization limit for the widget.

    • widget_funnel
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetBulletNrqlQuery, OneDashboardPageWidgetBulletNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetFunnel, OneDashboardPageWidgetFunnelArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetFunnelNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetFunnelNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetFunnelNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetFunnelNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetFunnelNrqlQuery, OneDashboardPageWidgetFunnelNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetHeatmap, OneDashboardPageWidgetHeatmapArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetHeatmapNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetHeatmapNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetHeatmapNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetHeatmapNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetHeatmapNrqlQuery, OneDashboardPageWidgetHeatmapNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetHistogram, OneDashboardPageWidgetHistogramArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetHistogramNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetHistogramNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetHistogramNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetHistogramNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetHistogramNrqlQuery, OneDashboardPageWidgetHistogramNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetJson, OneDashboardPageWidgetJsonArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetJsonNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetJsonNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetJsonNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetJsonNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetJsonNrqlQuery, OneDashboardPageWidgetJsonNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetLine, OneDashboardPageWidgetLineArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetLineNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetLineNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetLineNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetLineNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetLineNrqlQuery, OneDashboardPageWidgetLineNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetLogTable, OneDashboardPageWidgetLogTableArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetLogTableNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetLogTableNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetLogTableNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetLogTableNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetLogTableNrqlQuery, OneDashboardPageWidgetLogTableNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetMarkdown, OneDashboardPageWidgetMarkdownArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Text string
    (Required) The markdown source to be rendered in the widget.

    • widget_stacked_bar
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Text string
    (Required) The markdown source to be rendered in the widget.

    • widget_stacked_bar
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    text String
    (Required) The markdown source to be rendered in the widget.

    • widget_stacked_bar
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    text string
    (Required) The markdown source to be rendered in the widget.

    • widget_stacked_bar
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    text str
    (Required) The markdown source to be rendered in the widget.

    • widget_stacked_bar
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    text String
    (Required) The markdown source to be rendered in the widget.

    • widget_stacked_bar
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetPy, OneDashboardPageWidgetPyArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    FilterCurrentDashboard bool
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    LinkedEntityGuids List<string>
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetPyNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    FilterCurrentDashboard bool
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    LinkedEntityGuids []string
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetPyNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    filterCurrentDashboard Boolean
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids List<String>
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetPyNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    filterCurrentDashboard boolean
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids string[]
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetPyNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    filter_current_dashboard bool
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linked_entity_guids Sequence[str]
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    filterCurrentDashboard Boolean
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids List<String>
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetPyNrqlQuery, OneDashboardPageWidgetPyNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetStackedBar, OneDashboardPageWidgetStackedBarArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetStackedBarNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetStackedBarNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetStackedBarNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetStackedBarNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetStackedBarNrqlQuery, OneDashboardPageWidgetStackedBarNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    OneDashboardPageWidgetTable, OneDashboardPageWidgetTableArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    FilterCurrentDashboard bool
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    LinkedEntityGuids List<string>
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetTableNrqlQuery
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Required) A title for the widget.
    FilterCurrentDashboard bool
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    IgnoreTimeRange bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    LinkedEntityGuids []string
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetTableNrqlQuery>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    filterCurrentDashboard Boolean
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids List<String>
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetTableNrqlQuery[]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Required) A title for the widget.
    filterCurrentDashboard boolean
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    ignoreTimeRange boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids string[]
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetTableNrqlQuery]
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Required) A title for the widget.
    filter_current_dashboard bool
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    ignore_time_range bool
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linked_entity_guids Sequence[str]
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.

    • linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    • filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Required) A title for the widget.
    filterCurrentDashboard Boolean
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    ignoreTimeRange Boolean
    (Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.
    linkedEntityGuids List<String>
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

    OneDashboardPageWidgetTableNrqlQuery, OneDashboardPageWidgetTableNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountId int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Integer
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_id int
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountId Number
    Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

    Import

    New Relic dashboards can be imported using their GUID, e.g.

     $ pulumi import newrelic:index/oneDashboard:OneDashboard my_dashboard <Dashboard GUID>
    

    In addition you can use the New Relic CLI to convert existing dashboards to HCL. Copy your dashboards as JSON using the UI, save it as a file (for example terraform.json), and use the following command to convert it to HCLcat terraform.json | newrelic utils terraform dashboard --label my_dashboard_resource.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    New Relic pulumi/pulumi-newrelic
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the newrelic Terraform Provider.
    newrelic logo
    Viewing docs for New Relic v4.20.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.