mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-08 04:42:57 +00:00
42 lines
763 B
Markdown
42 lines
763 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / AwsCredentials
|
|
|
|
# Interface: AwsCredentials
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [accessKeyId](AwsCredentials.md#accesskeyid)
|
|
- [secretKey](AwsCredentials.md#secretkey)
|
|
- [sessionToken](AwsCredentials.md#sessiontoken)
|
|
|
|
## Properties
|
|
|
|
### accessKeyId
|
|
|
|
• **accessKeyId**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:31](https://github.com/lancedb/lancedb/blob/b1eeb90/node/src/index.ts#L31)
|
|
|
|
___
|
|
|
|
### secretKey
|
|
|
|
• **secretKey**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:33](https://github.com/lancedb/lancedb/blob/b1eeb90/node/src/index.ts#L33)
|
|
|
|
___
|
|
|
|
### sessionToken
|
|
|
|
• `Optional` **sessionToken**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:35](https://github.com/lancedb/lancedb/blob/b1eeb90/node/src/index.ts#L35)
|