# NewRelic::Dashboard::Dashboard BillboardWidgetConfigurationInput Configuration object for the widget Billboard. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "NrqlQueries" : [ NrqlQueryInput, ... ],
    "Thresholds" : [ ThresholdInput, ... ]
}
### YAML
NrqlQueries: 
      - NrqlQueryInput
Thresholds: 
      - ThresholdInput
## 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) #### Thresholds Optional. Array of thresholds to categorize the results of the query in different groups. _Required_: No _Type_: List of ThresholdInput _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)