---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_wisdom_assistant Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Definition of AWS::Wisdom::Assistant Resource Type
---
# awscc_wisdom_assistant (Resource)
Definition of AWS::Wisdom::Assistant Resource Type
## Schema
### Required
- `name` (String)
- `type` (String)
### Optional
- `description` (String)
- `server_side_encryption_configuration` (Attributes) (see [below for nested schema](#nestedatt--server_side_encryption_configuration))
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `assistant_arn` (String)
- `assistant_id` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `server_side_encryption_configuration`
Optional:
- `kms_key_id` (String)
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_wisdom_assistant.example
```