--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_quicksight_dashboard Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::QuickSight::Dashboard --- # awscc_quicksight_dashboard (Data Source) Data Source schema for AWS::QuickSight::Dashboard ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String)

The Amazon Resource Name (ARN) of the resource.

- `aws_account_id` (String) - `created_time` (String)

The time that this dataset was created.

- `dashboard_id` (String) - `dashboard_publish_options` (Attributes)

Dashboard publish options.

(see [below for nested schema](#nestedatt--dashboard_publish_options)) - `last_published_time` (String)

The last time that this dataset was published.

- `last_updated_time` (String)

The last time that this dataset was updated.

- `name` (String)

The display name of the dashboard.

- `parameters` (Attributes)

A list of QuickSight parameters and the list's override values.

(see [below for nested schema](#nestedatt--parameters)) - `permissions` (Attributes List)

A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

To specify no permissions, omit the permissions list.

(see [below for nested schema](#nestedatt--permissions)) - `source_entity` (Attributes)

Dashboard source entity.

(see [below for nested schema](#nestedatt--source_entity)) - `tags` (Attributes List)

Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.

(see [below for nested schema](#nestedatt--tags)) - `theme_arn` (String)

The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.

- `version` (Attributes)

Dashboard version.

(see [below for nested schema](#nestedatt--version)) - `version_description` (String)

A description for the first version of the dashboard being created.

### Nested Schema for `dashboard_publish_options` Read-Only: - `ad_hoc_filtering_option` (Attributes)

Ad hoc (one-time) filtering option.

(see [below for nested schema](#nestedatt--dashboard_publish_options--ad_hoc_filtering_option)) - `export_to_csv_option` (Attributes)

Export to .csv option.

(see [below for nested schema](#nestedatt--dashboard_publish_options--export_to_csv_option)) - `sheet_controls_option` (Attributes)

Sheet controls option.

(see [below for nested schema](#nestedatt--dashboard_publish_options--sheet_controls_option)) ### Nested Schema for `dashboard_publish_options.ad_hoc_filtering_option` Read-Only: - `availability_status` (String) ### Nested Schema for `dashboard_publish_options.export_to_csv_option` Read-Only: - `availability_status` (String) ### Nested Schema for `dashboard_publish_options.sheet_controls_option` Read-Only: - `visibility_state` (String) ### Nested Schema for `parameters` Read-Only: - `date_time_parameters` (Attributes List)

Date-time parameters.

(see [below for nested schema](#nestedatt--parameters--date_time_parameters)) - `decimal_parameters` (Attributes List)

Decimal parameters.

(see [below for nested schema](#nestedatt--parameters--decimal_parameters)) - `integer_parameters` (Attributes List)

Integer parameters.

(see [below for nested schema](#nestedatt--parameters--integer_parameters)) - `string_parameters` (Attributes List)

String parameters.

(see [below for nested schema](#nestedatt--parameters--string_parameters)) ### Nested Schema for `parameters.date_time_parameters` Read-Only: - `name` (String)

A display name for the date-time parameter.

- `values` (List of String)

The values for the date-time parameter.

### Nested Schema for `parameters.decimal_parameters` Read-Only: - `name` (String)

A display name for the decimal parameter.

- `values` (List of Number)

The values for the decimal parameter.

### Nested Schema for `parameters.integer_parameters` Read-Only: - `name` (String)

The name of the integer parameter.

- `values` (List of Number)

The values for the integer parameter.

### Nested Schema for `parameters.string_parameters` Read-Only: - `name` (String)

A display name for a string parameter.

- `values` (List of String)

The values of a string parameter.

### Nested Schema for `permissions` Read-Only: - `actions` (List of String)

The IAM action to grant or revoke permissions on.

- `principal` (String)

The Amazon Resource Name (ARN) of the principal. This can be one of the following:

### Nested Schema for `source_entity` Read-Only: - `source_template` (Attributes)

Dashboard source template.

(see [below for nested schema](#nestedatt--source_entity--source_template)) ### Nested Schema for `source_entity.source_template` Read-Only: - `arn` (String)

The Amazon Resource Name (ARN) of the resource.

- `data_set_references` (Attributes List)

Dataset references.

(see [below for nested schema](#nestedatt--source_entity--source_template--data_set_references)) ### Nested Schema for `source_entity.source_template.data_set_references` Read-Only: - `data_set_arn` (String)

Dataset Amazon Resource Name (ARN).

- `data_set_placeholder` (String)

Dataset placeholder.

### Nested Schema for `tags` Read-Only: - `key` (String)

Tag key.

- `value` (String)

Tag value.

### Nested Schema for `version` Read-Only: - `arn` (String)

The Amazon Resource Name (ARN) of the resource.

- `created_time` (String)

The time that this dashboard version was created.

- `data_set_arns` (List of String)

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

- `description` (String)

Description.

- `errors` (Attributes List)

Errors associated with this dashboard version.

(see [below for nested schema](#nestedatt--version--errors)) - `sheets` (Attributes List)

A list of the associated sheets with the unique identifier and name of each sheet.

(see [below for nested schema](#nestedatt--version--sheets)) - `source_entity_arn` (String)

Source entity ARN.

- `status` (String) - `theme_arn` (String)

The ARN of the theme associated with a version of the dashboard.

- `version_number` (Number)

Version number for this version of the dashboard.

### Nested Schema for `version.errors` Read-Only: - `message` (String)

Message.

- `type` (String) ### Nested Schema for `version.sheets` Read-Only: - `name` (String)

The name of a sheet. This name is displayed on the sheet's tab in the QuickSight console.

- `sheet_id` (String)

The unique identifier associated with a sheet.