# KnowledgebaseConfiguration

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/agents/types/KnowledgebaseConfiguration)

## Signature

```python
KnowledgebaseConfiguration()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    description: str,
    knowledgeBaseId: str,
    retrievalConfiguration: Dict,
)
```

| Name | Type |
|------|------|
| `description` | `str` |
| `knowledgeBaseId` | `str` |
| `retrievalConfiguration` | `Dict` |


## Properties

- `description`
- `knowledgeBaseId`
- `retrievalConfiguration`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/11c5c131f922af35aee690326efd363b490da2e9/libs/aws/langchain_aws/agents/types.py#L68)