Interface: SimpleTokenizerBackendConfig
Properties
s3Bucket
โข s3Bucket: string
The bucket name where ciphertext(encrypted secure data) will be store. We recommend encrypting this bucket in your s3 settings
Defined in
awsRegion
โข awsRegion: string
The region of the above bucket
Defined in
awsCredentials
โข awsCredentials: Credentials
| Provider
<Credentials
>
Provide Aws credentials. Expects an AWS Credentials object
Defined in
useLocalStack
โข Optional
useLocalStack: boolean
Override the production AWS URL with a localstack url on port 4566, useful for development
Defined in
redirectToLocalhost
โข Optional
redirectToLocalhost: boolean