--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iotsitewise_dashboard Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::IoTSiteWise::Dashboard --- # awscc_iotsitewise_dashboard (Resource) Resource schema for AWS::IoTSiteWise::Dashboard ## Schema ### Required - `dashboard_definition` (String) The dashboard definition specified in a JSON literal. - `dashboard_description` (String) A description for the dashboard. - `dashboard_name` (String) A friendly name for the dashboard. ### Optional - `project_id` (String) The ID of the project in which to create the dashboard. - `tags` (Attributes List) A list of key-value pairs that contain metadata for the dashboard. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `dashboard_arn` (String) The ARN of the dashboard. - `dashboard_id` (String) The ID of the dashboard. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iotsitewise_dashboard.example ```