---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_wisdom_assistant_association Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Definition of AWS::Wisdom::AssistantAssociation Resource Type
---
# awscc_wisdom_assistant_association (Resource)
Definition of AWS::Wisdom::AssistantAssociation Resource Type
## Schema
### Required
- `assistant_id` (String)
- `association` (Attributes) (see [below for nested schema](#nestedatt--association))
- `association_type` (String)
### Optional
- `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `assistant_arn` (String)
- `assistant_association_arn` (String)
- `assistant_association_id` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `association`
Required:
- `knowledge_base_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_association.example
```