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