# NewRelic::Dashboard::Dashboard BulletWidgetConfigurationInput Configuration object for the widget Line (Metric). ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "NrqlQueries" : [ NrqlQueryInput, ... ], "Limit" : Double }### YAML
NrqlQueries: - NrqlQueryInput Limit: Double## Properties #### NrqlQueries _Required_: No _Type_: List of NrqlQueryInput _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Limit Goal against which all query results are compared to. _Required_: No _Type_: Double _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)