1. Packages
  2. New Relic
  3. API Docs
  4. OneDashboard
New Relic v5.22.0 published on Wednesday, Mar 27, 2024 by Pulumi

newrelic.OneDashboard

Explore with Pulumi AI

newrelic logo
New Relic v5.22.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Import

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

    bash

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

    Create OneDashboard Resource

    new OneDashboard(name: string, args: OneDashboardArgs, opts?: CustomResourceOptions);
    @overload
    def OneDashboard(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     account_id: Optional[int] = None,
                     description: Optional[str] = None,
                     name: Optional[str] = None,
                     pages: Optional[Sequence[OneDashboardPageArgs]] = None,
                     permissions: Optional[str] = None,
                     variables: Optional[Sequence[OneDashboardVariableArgs]] = None)
    @overload
    def OneDashboard(resource_name: str,
                     args: OneDashboardArgs,
                     opts: Optional[ResourceOptions] = 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.
    
    
    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.

    OneDashboard Resource Properties

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

    Inputs

    The OneDashboard resource accepts the following input properties:

    Pages List<Pulumi.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.
    Variables List<Pulumi.NewRelic.Inputs.OneDashboardVariable>
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    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.
    Variables []OneDashboardVariableArgs
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    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.
    variables List<OneDashboardVariable>
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    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.
    variables OneDashboardVariable[]
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    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.
    variables Sequence[OneDashboardVariableArgs]
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    pages List<Property Map>
    A nested block that describes a page. See Nested page blocks below for details.
    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.
    variables List<Property Map>
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OneDashboard resource produces the following output properties:

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

    Look up Existing OneDashboard Resource

    Get an existing OneDashboard resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: OneDashboardState, opts?: CustomResourceOptions): OneDashboard
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[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,
            variables: Optional[Sequence[OneDashboardVariableArgs]] = None) -> OneDashboard
    func GetOneDashboard(ctx *Context, name string, id IDInput, state *OneDashboardState, opts ...ResourceOption) (*OneDashboard, error)
    public static OneDashboard Get(string name, Input<string> id, OneDashboardState? state, CustomResourceOptions? opts = null)
    public static OneDashboard get(String name, Output<String> id, OneDashboardState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    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.
    Variables List<Pulumi.NewRelic.Inputs.OneDashboardVariable>
    A nested block that describes a dashboard-local variable. See Nested variable 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.
    Guid string
    The unique entity identifier of the dashboard page in New Relic.
    Name string
    The title of the dashboard.
    Pages []OneDashboardPageArgs
    A nested block that describes a page. See Nested page blocks below for details.
    Permalink string
    The URL for viewing the dashboard.
    Permissions string
    Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.
    Variables []OneDashboardVariableArgs
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    accountId 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.
    variables List<OneDashboardVariable>
    A nested block that describes a dashboard-local variable. See Nested variable 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.
    guid string
    The unique entity identifier of the dashboard page in New Relic.
    name string
    The title of the dashboard.
    pages OneDashboardPage[]
    A nested block that describes a page. See Nested page blocks below for details.
    permalink string
    The URL for viewing the dashboard.
    permissions string
    Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.
    variables OneDashboardVariable[]
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
    account_id 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.
    variables Sequence[OneDashboardVariableArgs]
    A nested block that describes a dashboard-local variable. See Nested variable 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.
    guid String
    The unique entity identifier of the dashboard page in New Relic.
    name String
    The title of the dashboard.
    pages List<Property Map>
    A nested block that describes a page. See Nested page blocks below for details.
    permalink String
    The URL for viewing the dashboard.
    permissions String
    Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.
    variables List<Property Map>
    A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

    Supporting Types

    OneDashboardPage, OneDashboardPageArgs

    Name string
    The title of the dashboard.
    Description string
    Brief text describing the dashboard.
    Guid string
    The unique entity identifier of the dashboard page in New Relic.
    WidgetAreas List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetArea>
    An area widget.
    WidgetBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBar>
    A bar widget.
    WidgetBillboards List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboard>
    A billboard widget.
    WidgetBullets List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBullet>
    A bullet widget.
    WidgetFunnels List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnel>
    A funnel widget.
    WidgetHeatmaps List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmap>
    A heatmap widget.
    WidgetHistograms List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogram>
    A histogram widget.
    WidgetJsons List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJson>
    A JSON widget.
    WidgetLines List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLine>
    A line widget.
    WidgetLogTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTable>
    A log table widget.
    WidgetMarkdowns List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdown>
    A markdown widget.
    WidgetPies List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPy>
    A pie widget.
    WidgetStackedBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBar>
    A stacked bar widget.
    WidgetTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTable>
    A table widget.
    Name string
    The title of the dashboard.
    Description string
    Brief text describing the dashboard.
    Guid string
    The unique entity identifier of the dashboard page in New Relic.
    WidgetAreas []OneDashboardPageWidgetArea
    An area widget.
    WidgetBars []OneDashboardPageWidgetBar
    A bar widget.
    WidgetBillboards []OneDashboardPageWidgetBillboard
    A billboard widget.
    WidgetBullets []OneDashboardPageWidgetBullet
    A bullet widget.
    WidgetFunnels []OneDashboardPageWidgetFunnel
    A funnel widget.
    WidgetHeatmaps []OneDashboardPageWidgetHeatmap
    A heatmap widget.
    WidgetHistograms []OneDashboardPageWidgetHistogram
    A histogram widget.
    WidgetJsons []OneDashboardPageWidgetJson
    A JSON widget.
    WidgetLines []OneDashboardPageWidgetLine
    A line widget.
    WidgetLogTables []OneDashboardPageWidgetLogTable
    A log table widget.
    WidgetMarkdowns []OneDashboardPageWidgetMarkdown
    A markdown widget.
    WidgetPies []OneDashboardPageWidgetPy
    A pie widget.
    WidgetStackedBars []OneDashboardPageWidgetStackedBar
    A stacked bar widget.
    WidgetTables []OneDashboardPageWidgetTable
    A table widget.
    name String
    The title of the dashboard.
    description String
    Brief text describing the dashboard.
    guid String
    The unique entity identifier of the dashboard page in New Relic.
    widgetAreas List<OneDashboardPageWidgetArea>
    An area widget.
    widgetBars List<OneDashboardPageWidgetBar>
    A bar widget.
    widgetBillboards List<OneDashboardPageWidgetBillboard>
    A billboard widget.
    widgetBullets List<OneDashboardPageWidgetBullet>
    A bullet widget.
    widgetFunnels List<OneDashboardPageWidgetFunnel>
    A funnel widget.
    widgetHeatmaps List<OneDashboardPageWidgetHeatmap>
    A heatmap widget.
    widgetHistograms List<OneDashboardPageWidgetHistogram>
    A histogram widget.
    widgetJsons List<OneDashboardPageWidgetJson>
    A JSON widget.
    widgetLines List<OneDashboardPageWidgetLine>
    A line widget.
    widgetLogTables List<OneDashboardPageWidgetLogTable>
    A log table widget.
    widgetMarkdowns List<OneDashboardPageWidgetMarkdown>
    A markdown widget.
    widgetPies List<OneDashboardPageWidgetPy>
    A pie widget.
    widgetStackedBars List<OneDashboardPageWidgetStackedBar>
    A stacked bar widget.
    widgetTables List<OneDashboardPageWidgetTable>
    A table widget.
    name string
    The title of the dashboard.
    description string
    Brief text describing the dashboard.
    guid string
    The unique entity identifier of the dashboard page in New Relic.
    widgetAreas OneDashboardPageWidgetArea[]
    An area widget.
    widgetBars OneDashboardPageWidgetBar[]
    A bar widget.
    widgetBillboards OneDashboardPageWidgetBillboard[]
    A billboard widget.
    widgetBullets OneDashboardPageWidgetBullet[]
    A bullet widget.
    widgetFunnels OneDashboardPageWidgetFunnel[]
    A funnel widget.
    widgetHeatmaps OneDashboardPageWidgetHeatmap[]
    A heatmap widget.
    widgetHistograms OneDashboardPageWidgetHistogram[]
    A histogram widget.
    widgetJsons OneDashboardPageWidgetJson[]
    A JSON widget.
    widgetLines OneDashboardPageWidgetLine[]
    A line widget.
    widgetLogTables OneDashboardPageWidgetLogTable[]
    A log table widget.
    widgetMarkdowns OneDashboardPageWidgetMarkdown[]
    A markdown widget.
    widgetPies OneDashboardPageWidgetPy[]
    A pie widget.
    widgetStackedBars OneDashboardPageWidgetStackedBar[]
    A stacked bar widget.
    widgetTables OneDashboardPageWidgetTable[]
    A table widget.
    name str
    The title of the dashboard.
    description str
    Brief text describing the dashboard.
    guid str
    The unique entity identifier of the dashboard page in New Relic.
    widget_areas Sequence[OneDashboardPageWidgetArea]
    An area widget.
    widget_bars Sequence[OneDashboardPageWidgetBar]
    A bar widget.
    widget_billboards Sequence[OneDashboardPageWidgetBillboard]
    A billboard widget.
    widget_bullets Sequence[OneDashboardPageWidgetBullet]
    A bullet widget.
    widget_funnels Sequence[OneDashboardPageWidgetFunnel]
    A funnel widget.
    widget_heatmaps Sequence[OneDashboardPageWidgetHeatmap]
    A heatmap widget.
    widget_histograms Sequence[OneDashboardPageWidgetHistogram]
    A histogram widget.
    widget_jsons Sequence[OneDashboardPageWidgetJson]
    A JSON widget.
    widget_lines Sequence[OneDashboardPageWidgetLine]
    A line widget.
    widget_log_tables Sequence[OneDashboardPageWidgetLogTable]
    A log table widget.
    widget_markdowns Sequence[OneDashboardPageWidgetMarkdown]
    A markdown widget.
    widget_pies Sequence[OneDashboardPageWidgetPy]
    A pie widget.
    widget_stacked_bars Sequence[OneDashboardPageWidgetStackedBar]
    A stacked bar widget.
    widget_tables Sequence[OneDashboardPageWidgetTable]
    A table widget.
    name String
    The title of the dashboard.
    description String
    Brief text describing the dashboard.
    guid String
    The unique entity identifier of the dashboard page in New Relic.
    widgetAreas List<Property Map>
    An area widget.
    widgetBars List<Property Map>
    A bar widget.
    widgetBillboards List<Property Map>
    A billboard widget.
    widgetBullets List<Property Map>
    A bullet widget.
    widgetFunnels List<Property Map>
    A funnel widget.
    widgetHeatmaps List<Property Map>
    A heatmap widget.
    widgetHistograms List<Property Map>
    A histogram widget.
    widgetJsons List<Property Map>
    A JSON widget.
    widgetLines List<Property Map>
    A line widget.
    widgetLogTables List<Property Map>
    A log table widget.
    widgetMarkdowns List<Property Map>
    A markdown widget.
    widgetPies List<Property Map>
    A pie widget.
    widgetStackedBars List<Property Map>
    A stacked bar widget.
    widgetTables List<Property Map>
    A table widget.

    OneDashboardPageWidgetArea, OneDashboardPageWidgetAreaArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetAreaNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetAreaColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetAreaNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetAreaUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetAreaNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetAreaColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetAreaNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetAreaUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetAreaNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetAreaColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetAreaNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetAreaUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetAreaNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetAreaColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetAreaNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetAreaUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetAreaColor, OneDashboardPageWidgetAreaColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetAreaColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetAreaColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetAreaColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetAreaColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetAreaColorSeriesOverride, OneDashboardPageWidgetAreaColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetAreaNullValue, OneDashboardPageWidgetAreaNullValueArgs

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

    OneDashboardPageWidgetAreaNullValueSeriesOverride, OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetAreaUnit, OneDashboardPageWidgetAreaUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetAreaUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetAreaUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetAreaUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetAreaUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetAreaUnitSeriesOverride, OneDashboardPageWidgetAreaUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetBar, OneDashboardPageWidgetBarArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids List<string>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetBarNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetBarColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids []string
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues []OneDashboardPageWidgetBarNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetBarUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetBarNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetBarColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<OneDashboardPageWidgetBarNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetBarUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetBarNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetBarColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard boolean
    (Optional) Use this item to filter the current dashboard.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids string[]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues OneDashboardPageWidgetBarNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetBarUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetBarNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetBarColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filter_current_dashboard bool
    (Optional) Use this item to filter the current dashboard.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linked_entity_guids Sequence[str]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    null_values Sequence[OneDashboardPageWidgetBarNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetBarUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetBarColor, OneDashboardPageWidgetBarColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetBarColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetBarColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetBarColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetBarColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetBarColorSeriesOverride, OneDashboardPageWidgetBarColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetBarNullValue, OneDashboardPageWidgetBarNullValueArgs

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

    OneDashboardPageWidgetBarNullValueSeriesOverride, OneDashboardPageWidgetBarNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetBarUnit, OneDashboardPageWidgetBarUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetBarUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetBarUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetBarUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetBarUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetBarUnitSeriesOverride, OneDashboardPageWidgetBarUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetBillboard, OneDashboardPageWidgetBillboardArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    Critical string
    (Optional) Threshold above which the displayed value will be styled with a red color.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Warning string
    (Optional) Threshold above which the displayed value will be styled with a yellow color.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetBillboardNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetBillboardColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    Critical string
    (Optional) Threshold above which the displayed value will be styled with a red color.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetBillboardNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetBillboardUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Warning string
    (Optional) Threshold above which the displayed value will be styled with a yellow color.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetBillboardNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetBillboardColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    critical String
    (Optional) Threshold above which the displayed value will be styled with a red color.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetBillboardNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetBillboardUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    warning String
    (Optional) Threshold above which the displayed value will be styled with a yellow color.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetBillboardNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetBillboardColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    critical string
    (Optional) Threshold above which the displayed value will be styled with a red color.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetBillboardNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetBillboardUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    warning string
    (Optional) Threshold above which the displayed value will be styled with a yellow color.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetBillboardNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetBillboardColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    critical str
    (Optional) Threshold above which the displayed value will be styled with a red color.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetBillboardNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetBillboardUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    warning str
    (Optional) Threshold above which the displayed value will be styled with a yellow color.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    critical String
    (Optional) Threshold above which the displayed value will be styled with a red color.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    warning String
    (Optional) Threshold above which the displayed value will be styled with a yellow color.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetBillboardColor, OneDashboardPageWidgetBillboardColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetBillboardColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetBillboardColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetBillboardColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetBillboardColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetBillboardColorSeriesOverride, OneDashboardPageWidgetBillboardColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetBillboardNullValue, OneDashboardPageWidgetBillboardNullValueArgs

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

    OneDashboardPageWidgetBillboardNullValueSeriesOverride, OneDashboardPageWidgetBillboardNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetBillboardUnit, OneDashboardPageWidgetBillboardUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetBillboardUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetBillboardUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetBillboardUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetBillboardUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetBillboardUnitSeriesOverride, OneDashboardPageWidgetBillboardUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetBullet, OneDashboardPageWidgetBulletArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    Limit double
    (Required) Visualization limit for the widget.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    Limit float64
    (Required) Visualization limit for the widget.
    NrqlQueries []OneDashboardPageWidgetBulletNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetBulletColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetBulletNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetBulletUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    limit Double
    (Required) Visualization limit for the widget.
    nrqlQueries List<OneDashboardPageWidgetBulletNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetBulletColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetBulletNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetBulletUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    limit number
    (Required) Visualization limit for the widget.
    nrqlQueries OneDashboardPageWidgetBulletNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetBulletColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetBulletNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetBulletUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    limit float
    (Required) Visualization limit for the widget.
    nrql_queries Sequence[OneDashboardPageWidgetBulletNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetBulletColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetBulletNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetBulletUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    limit Number
    (Required) Visualization limit for the widget.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetBulletColor, OneDashboardPageWidgetBulletColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetBulletColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetBulletColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetBulletColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetBulletColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetBulletColorSeriesOverride, OneDashboardPageWidgetBulletColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetBulletNullValue, OneDashboardPageWidgetBulletNullValueArgs

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

    OneDashboardPageWidgetBulletNullValueSeriesOverride, OneDashboardPageWidgetBulletNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetBulletUnit, OneDashboardPageWidgetBulletUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetBulletUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetBulletUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetBulletUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetBulletUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetBulletUnitSeriesOverride, OneDashboardPageWidgetBulletUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetFunnel, OneDashboardPageWidgetFunnelArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetFunnelNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetFunnelColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetFunnelNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetFunnelUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetFunnelNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetFunnelColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetFunnelNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetFunnelUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetFunnelNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetFunnelColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetFunnelNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetFunnelUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetFunnelNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetFunnelColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetFunnelNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetFunnelUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetFunnelColor, OneDashboardPageWidgetFunnelColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetFunnelColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetFunnelColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetFunnelColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetFunnelColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetFunnelColorSeriesOverride, OneDashboardPageWidgetFunnelColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetFunnelNullValue, OneDashboardPageWidgetFunnelNullValueArgs

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

    OneDashboardPageWidgetFunnelNullValueSeriesOverride, OneDashboardPageWidgetFunnelNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetFunnelUnit, OneDashboardPageWidgetFunnelUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetFunnelUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetFunnelUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetFunnelUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetFunnelUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetFunnelUnitSeriesOverride, OneDashboardPageWidgetFunnelUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetHeatmap, OneDashboardPageWidgetHeatmapArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids List<string>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetHeatmapNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetHeatmapColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids []string
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues []OneDashboardPageWidgetHeatmapNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetHeatmapUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetHeatmapNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetHeatmapColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<OneDashboardPageWidgetHeatmapNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetHeatmapUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetHeatmapNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetHeatmapColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard boolean
    (Optional) Use this item to filter the current dashboard.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids string[]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues OneDashboardPageWidgetHeatmapNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetHeatmapUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetHeatmapNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetHeatmapColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filter_current_dashboard bool
    (Optional) Use this item to filter the current dashboard.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linked_entity_guids Sequence[str]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    null_values Sequence[OneDashboardPageWidgetHeatmapNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetHeatmapUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetHeatmapColor, OneDashboardPageWidgetHeatmapColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetHeatmapColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetHeatmapColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetHeatmapColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetHeatmapColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetHeatmapColorSeriesOverride, OneDashboardPageWidgetHeatmapColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetHeatmapNullValue, OneDashboardPageWidgetHeatmapNullValueArgs

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

    OneDashboardPageWidgetHeatmapNullValueSeriesOverride, OneDashboardPageWidgetHeatmapNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetHeatmapUnit, OneDashboardPageWidgetHeatmapUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetHeatmapUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetHeatmapUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetHeatmapUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetHeatmapUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetHeatmapUnitSeriesOverride, OneDashboardPageWidgetHeatmapUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetHistogram, OneDashboardPageWidgetHistogramArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetHistogramNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetHistogramColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetHistogramNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetHistogramUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetHistogramNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetHistogramColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetHistogramNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetHistogramUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetHistogramNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetHistogramColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetHistogramNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetHistogramUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetHistogramNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetHistogramColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetHistogramNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetHistogramUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetHistogramColor, OneDashboardPageWidgetHistogramColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetHistogramColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetHistogramColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetHistogramColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetHistogramColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetHistogramColorSeriesOverride, OneDashboardPageWidgetHistogramColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetHistogramNullValue, OneDashboardPageWidgetHistogramNullValueArgs

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

    OneDashboardPageWidgetHistogramNullValueSeriesOverride, OneDashboardPageWidgetHistogramNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetHistogramUnit, OneDashboardPageWidgetHistogramUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetHistogramUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetHistogramUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetHistogramUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetHistogramUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetHistogramUnitSeriesOverride, OneDashboardPageWidgetHistogramUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetJson, OneDashboardPageWidgetJsonArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetJsonNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetJsonColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetJsonNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetJsonUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetJsonNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetJsonColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetJsonNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetJsonUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetJsonNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetJsonColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetJsonNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetJsonUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetJsonNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetJsonColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetJsonNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetJsonUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetJsonColor, OneDashboardPageWidgetJsonColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetJsonColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetJsonColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetJsonColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetJsonColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetJsonColorSeriesOverride, OneDashboardPageWidgetJsonColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetJsonNullValue, OneDashboardPageWidgetJsonNullValueArgs

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

    OneDashboardPageWidgetJsonNullValueSeriesOverride, OneDashboardPageWidgetJsonNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetJsonUnit, OneDashboardPageWidgetJsonUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetJsonUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetJsonUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetJsonUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetJsonUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetJsonUnitSeriesOverride, OneDashboardPageWidgetJsonUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetLine, OneDashboardPageWidgetLineArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    YAxisLeftZero bool
    (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetLineNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetLineColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetLineNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetLineUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    YAxisLeftZero bool
    (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetLineNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetLineColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetLineNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetLineUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    yAxisLeftZero Boolean
    (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetLineNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetLineColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetLineNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetLineUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    yAxisLeftZero boolean
    (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetLineNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetLineColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetLineNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetLineUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    y_axis_left_zero bool
    (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    yAxisLeftZero Boolean
    (Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

    OneDashboardPageWidgetLineColor, OneDashboardPageWidgetLineColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetLineColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetLineColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetLineColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetLineColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetLineColorSeriesOverride, OneDashboardPageWidgetLineColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetLineNullValue, OneDashboardPageWidgetLineNullValueArgs

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

    OneDashboardPageWidgetLineNullValueSeriesOverride, OneDashboardPageWidgetLineNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetLineUnit, OneDashboardPageWidgetLineUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetLineUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetLineUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetLineUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetLineUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetLineUnitSeriesOverride, OneDashboardPageWidgetLineUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetLogTable, OneDashboardPageWidgetLogTableArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetLogTableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetLogTableColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetLogTableNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetLogTableUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetLogTableNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetLogTableColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetLogTableNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetLogTableUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetLogTableNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetLogTableColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetLogTableNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetLogTableUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetLogTableNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetLogTableColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetLogTableNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetLogTableUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetLogTableColor, OneDashboardPageWidgetLogTableColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetLogTableColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetLogTableColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetLogTableColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetLogTableColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetLogTableColorSeriesOverride, OneDashboardPageWidgetLogTableColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetLogTableNullValue, OneDashboardPageWidgetLogTableNullValueArgs

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

    OneDashboardPageWidgetLogTableNullValueSeriesOverride, OneDashboardPageWidgetLogTableNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetLogTableUnit, OneDashboardPageWidgetLogTableUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetLogTableUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetLogTableUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetLogTableUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetLogTableUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetLogTableUnitSeriesOverride, OneDashboardPageWidgetLogTableUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetMarkdown, OneDashboardPageWidgetMarkdownArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Text string
    (Required) The markdown source to be rendered in the widget.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Text string
    (Required) The markdown source to be rendered in the widget.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetMarkdownColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetMarkdownNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetMarkdownUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    text String
    (Required) The markdown source to be rendered in the widget.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetMarkdownColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetMarkdownNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetMarkdownUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    row number
    (Required) Row position of widget from top left, starting at 1.
    text string
    (Required) The markdown source to be rendered in the widget.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetMarkdownColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetMarkdownNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetMarkdownUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    row int
    (Required) Row position of widget from top left, starting at 1.
    text str
    (Required) The markdown source to be rendered in the widget.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetMarkdownColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetMarkdownNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetMarkdownUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    text String
    (Required) The markdown source to be rendered in the widget.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetMarkdownColor, OneDashboardPageWidgetMarkdownColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetMarkdownColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetMarkdownColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetMarkdownColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetMarkdownColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetMarkdownColorSeriesOverride, OneDashboardPageWidgetMarkdownColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    OneDashboardPageWidgetMarkdownNullValue, OneDashboardPageWidgetMarkdownNullValueArgs

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

    OneDashboardPageWidgetMarkdownNullValueSeriesOverride, OneDashboardPageWidgetMarkdownNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetMarkdownUnit, OneDashboardPageWidgetMarkdownUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetMarkdownUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetMarkdownUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetMarkdownUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetMarkdownUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetMarkdownUnitSeriesOverride, OneDashboardPageWidgetMarkdownUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetPy, OneDashboardPageWidgetPyArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids List<string>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetPyNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetPyColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids []string
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues []OneDashboardPageWidgetPyNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetPyUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetPyNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetPyColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<OneDashboardPageWidgetPyNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetPyUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetPyNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetPyColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard boolean
    (Optional) Use this item to filter the current dashboard.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids string[]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues OneDashboardPageWidgetPyNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetPyUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetPyNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetPyColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filter_current_dashboard bool
    (Optional) Use this item to filter the current dashboard.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linked_entity_guids Sequence[str]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    null_values Sequence[OneDashboardPageWidgetPyNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetPyUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetPyColor, OneDashboardPageWidgetPyColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetPyColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetPyColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetPyColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetPyColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetPyColorSeriesOverride, OneDashboardPageWidgetPyColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetPyNullValue, OneDashboardPageWidgetPyNullValueArgs

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

    OneDashboardPageWidgetPyNullValueSeriesOverride, OneDashboardPageWidgetPyNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetPyUnit, OneDashboardPageWidgetPyUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPyUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetPyUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetPyUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetPyUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetPyUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetPyUnitSeriesOverride, OneDashboardPageWidgetPyUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetStackedBar, OneDashboardPageWidgetStackedBarArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetStackedBarNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetStackedBarColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    NullValues []OneDashboardPageWidgetStackedBarNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetStackedBarUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetStackedBarNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetStackedBarColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<OneDashboardPageWidgetStackedBarNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetStackedBarUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetStackedBarNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetStackedBarColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues OneDashboardPageWidgetStackedBarNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetStackedBarUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetStackedBarNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetStackedBarColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    null_values Sequence[OneDashboardPageWidgetStackedBarNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetStackedBarUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetStackedBarColor, OneDashboardPageWidgetStackedBarColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetStackedBarColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetStackedBarColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetStackedBarColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetStackedBarColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetStackedBarColorSeriesOverride, OneDashboardPageWidgetStackedBarColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetStackedBarNullValue, OneDashboardPageWidgetStackedBarNullValueArgs

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

    OneDashboardPageWidgetStackedBarNullValueSeriesOverride, OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetStackedBarUnit, OneDashboardPageWidgetStackedBarUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBarUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetStackedBarUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetStackedBarUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetStackedBarUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetStackedBarUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetStackedBarUnitSeriesOverride, OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetTable, OneDashboardPageWidgetTableArgs

    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids List<string>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax double
    YAxisLeftMin double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    Column int
    (Required) Column position of widget from top left, starting at 1.
    NrqlQueries []OneDashboardPageWidgetTableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Row int
    (Required) Row position of widget from top left, starting at 1.
    Title string
    (Optional) A human-friendly display string for this value.
    Colors []OneDashboardPageWidgetTableColor
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    FacetShowOtherSeries bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    FilterCurrentDashboard bool
    (Optional) Use this item to filter the current dashboard.
    Height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    Id string
    The ID of the widget.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    LegendEnabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    LinkedEntityGuids []string
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    NullValues []OneDashboardPageWidgetTableNullValue
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    Units []OneDashboardPageWidgetTableUnit
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    Width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    YAxisLeftMax float64
    YAxisLeftMin float64
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Integer
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<OneDashboardPageWidgetTableNrqlQuery>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Integer
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<OneDashboardPageWidgetTableColor>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Integer
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<OneDashboardPageWidgetTableNullValue>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<OneDashboardPageWidgetTableUnit>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Integer
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Double
    yAxisLeftMin Double
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries OneDashboardPageWidgetTableNrqlQuery[]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row number
    (Required) Row position of widget from top left, starting at 1.
    title string
    (Optional) A human-friendly display string for this value.
    colors OneDashboardPageWidgetTableColor[]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard boolean
    (Optional) Use this item to filter the current dashboard.
    height number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id string
    The ID of the widget.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids string[]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues OneDashboardPageWidgetTableNullValue[]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units OneDashboardPageWidgetTableUnit[]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax number
    yAxisLeftMin number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column int
    (Required) Column position of widget from top left, starting at 1.
    nrql_queries Sequence[OneDashboardPageWidgetTableNrqlQuery]
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row int
    (Required) Row position of widget from top left, starting at 1.
    title str
    (Optional) A human-friendly display string for this value.
    colors Sequence[OneDashboardPageWidgetTableColor]
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facet_show_other_series bool
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filter_current_dashboard bool
    (Optional) Use this item to filter the current dashboard.
    height int
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id str
    The ID of the widget.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legend_enabled bool
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linked_entity_guids Sequence[str]
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    null_values Sequence[OneDashboardPageWidgetTableNullValue]
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units Sequence[OneDashboardPageWidgetTableUnit]
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width int
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    y_axis_left_max float
    y_axis_left_min float
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
    column Number
    (Required) Column position of widget from top left, starting at 1.
    nrqlQueries List<Property Map>
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    row Number
    (Required) Row position of widget from top left, starting at 1.
    title String
    (Optional) A human-friendly display string for this value.
    colors List<Property Map>
    (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
    facetShowOtherSeries Boolean
    (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false
    filterCurrentDashboard Boolean
    (Optional) Use this item to filter the current dashboard.
    height Number
    (Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.
    id String
    The ID of the widget.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    legendEnabled Boolean
    (Optional) With this turned on, the legend will be displayed. Defaults to true.
    linkedEntityGuids List<String>
    (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
    nullValues List<Property Map>
    (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
    units List<Property Map>
    (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
    width Number
    (Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.
    yAxisLeftMax Number
    yAxisLeftMin Number
    , y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

    OneDashboardPageWidgetTableColor, OneDashboardPageWidgetTableColorArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesOverrides []OneDashboardPageWidgetTableColorSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<OneDashboardPageWidgetTableColorSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides OneDashboardPageWidgetTableColorSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_overrides Sequence[OneDashboardPageWidgetTableColorSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

    OneDashboardPageWidgetTableColorSeriesOverride, OneDashboardPageWidgetTableColorSeriesOverrideArgs

    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    Color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    SeriesName string
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name
    color string
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName string
    Series name
    color str
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    series_name str
    Series name
    color String
    (Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.
    seriesName String
    Series name

    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.

    OneDashboardPageWidgetTableNullValue, OneDashboardPageWidgetTableNullValueArgs

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

    OneDashboardPageWidgetTableNullValueSeriesOverride, OneDashboardPageWidgetTableNullValueSeriesOverrideArgs

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

    OneDashboardPageWidgetTableUnit, OneDashboardPageWidgetTableUnitArgs

    SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTableUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesOverrides []OneDashboardPageWidgetTableUnitSeriesOverride
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<OneDashboardPageWidgetTableUnitSeriesOverride>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides OneDashboardPageWidgetTableUnitSeriesOverride[]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_overrides Sequence[OneDashboardPageWidgetTableUnitSeriesOverride]
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesOverrides List<Property Map>
    (Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardPageWidgetTableUnitSeriesOverride, OneDashboardPageWidgetTableUnitSeriesOverrideArgs

    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    SeriesName string
    Series name
    Unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName string
    Series name
    unit string
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    series_name str
    Series name
    unit str
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
    seriesName String
    Series name
    unit String
    (Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

    OneDashboardVariable, OneDashboardVariableArgs

    Name string
    The title of the dashboard.
    ReplacementStrategy string
    (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
    Title string
    (Optional) A human-friendly display string for this value.
    Type string
    (Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
    DefaultValues List<string>
    (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be ["*"].
    IsMultiSelection bool
    (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
    Items List<Pulumi.NewRelic.Inputs.OneDashboardVariableItem>
    (Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
    NrqlQuery Pulumi.NewRelic.Inputs.OneDashboardVariableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Options List<Pulumi.NewRelic.Inputs.OneDashboardVariableOption>
    (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
    Name string
    The title of the dashboard.
    ReplacementStrategy string
    (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
    Title string
    (Optional) A human-friendly display string for this value.
    Type string
    (Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
    DefaultValues []string
    (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be ["*"].
    IsMultiSelection bool
    (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
    Items []OneDashboardVariableItem
    (Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
    NrqlQuery OneDashboardVariableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    Options []OneDashboardVariableOption
    (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
    name String
    The title of the dashboard.
    replacementStrategy String
    (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
    title String
    (Optional) A human-friendly display string for this value.
    type String
    (Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
    defaultValues List<String>
    (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be ["*"].
    isMultiSelection Boolean
    (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
    items List<OneDashboardVariableItem>
    (Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
    nrqlQuery OneDashboardVariableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    options List<OneDashboardVariableOption>
    (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
    name string
    The title of the dashboard.
    replacementStrategy string
    (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
    title string
    (Optional) A human-friendly display string for this value.
    type string
    (Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
    defaultValues string[]
    (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be ["*"].
    isMultiSelection boolean
    (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
    items OneDashboardVariableItem[]
    (Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
    nrqlQuery OneDashboardVariableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    options OneDashboardVariableOption[]
    (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
    name str
    The title of the dashboard.
    replacement_strategy str
    (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
    title str
    (Optional) A human-friendly display string for this value.
    type str
    (Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
    default_values Sequence[str]
    (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be ["*"].
    is_multi_selection bool
    (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
    items Sequence[OneDashboardVariableItem]
    (Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
    nrql_query OneDashboardVariableNrqlQuery
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    options Sequence[OneDashboardVariableOption]
    (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -
    name String
    The title of the dashboard.
    replacementStrategy String
    (Optional) Indicates the strategy to apply when replacing a variable in a NRQL query. One of default, identifier, number or string.
    title String
    (Optional) A human-friendly display string for this value.
    type String
    (Required) Specifies the data type of the variable and where its possible values may come from. One of enum, nrql or string
    defaultValues List<String>
    (Optional) A list of default values for this variable. To select all default values, the appropriate value to be used with this argument would be ["*"].
    isMultiSelection Boolean
    (Optional) Indicates whether this variable supports multiple selection or not. Only applies to variables of type nrql or enum.
    items List<Property Map>
    (Optional) List of possible values for variables of type enum. See Nested item blocks below for details.
    nrqlQuery Property Map
    (Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.
    options List<Property Map>
    (Optional) Specifies additional options to be added to dashboard variables. Supports the following nested attribute(s) -

    OneDashboardVariableItem, OneDashboardVariableItemArgs

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

    OneDashboardVariableNrqlQuery, OneDashboardVariableNrqlQueryArgs

    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountIds List<int>
    New Relic account ID(s) to issue the query against.
    Query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    AccountIds []int
    New Relic account ID(s) to issue the query against.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountIds List<Integer>
    New Relic account ID(s) to issue the query against.
    query string
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountIds number[]
    New Relic account ID(s) to issue the query against.
    query str
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    account_ids Sequence[int]
    New Relic account ID(s) to issue the query against.
    query String
    (Required) Valid NRQL query string. See Writing NRQL Queries for help.
    accountIds List<Number>
    New Relic account ID(s) to issue the query against.

    OneDashboardVariableOption, OneDashboardVariableOptionArgs

    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    IgnoreTimeRange bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    ignoreTimeRange boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    ignore_time_range bool
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.
    ignoreTimeRange Boolean
    (Optional) An argument with a boolean value that is supported only by variables of type nrql - when true, the time range specified in the query will override the time picker on dashboards and other pages.

    Package Details

    Repository
    New Relic pulumi/pulumi-newrelic
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the newrelic Terraform Provider.
    newrelic logo
    New Relic v5.22.0 published on Wednesday, Mar 27, 2024 by Pulumi