[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)