# Dynatrace::Configuration::Dashboard DashboardMetadata Parameters of a dashboard. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Name" : String, "Shared" : Boolean, "Owner" : String, "DashboardFilter" : DashboardFilter, "Tags" : [ String, ... ], "Preset" : Boolean, "DynamicFilters" : DynamicFilters, "TilesNameSize" : String }### YAML
Name: String Shared: Boolean Owner: String DashboardFilter: DashboardFilter Tags: - String Preset: Boolean DynamicFilters: DynamicFilters TilesNameSize: String## Properties #### Name The name of the dashboard. _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Shared The dashboard is shared (true) or private (false). _Required_: No _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Owner The owner of the dashboard. _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### DashboardFilter Filters, applied to a dashboard. _Required_: No _Type_: DashboardFilter _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Tags A set of tags assigned to the dashboard. _Required_: No _Type_: List of String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Preset The dashboard is a preset (true) or a custom (false) dashboard. _Required_: No _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### DynamicFilters Dashboard filter configuration of a dashboard. _Required_: No _Type_: DynamicFilters _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TilesNameSize The general size of the tiles tile. Default value is medium _Required_: No _Type_: String _Allowed Values_:
small
| medium
| large
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)