Optional
cacheTTLThe amount of time, in seconds, that recently read or updated items should remain in an in-memory cache. If it is zero, there will be no in-memory caching.
This parameter applies only to DynamoDBFeatureStore. It is ignored for DynamoDBBigSegmentStore.
Caching for DynamoDBBigSegmentStore is configured separately, in the SDK's
LDBigSegmentsOptions
type, since it is independent of what database implementation is used.
If omitted, the default value is 15 seconds.
Optional
clientOptions to be passed to the DynamoDB client constructor, as defined by the AWS SDK.
Optional
dynamoDBClientSpecifies an existing, already-configured DynamoDB client instance that the feature store should use rather than creating one of its own. If you specify an existing client, then the clientOptions property is ignored.
Optional
loggerA logger to be used for warnings and errors generated by the feature store. If not specified, it will use the SDK's logging configuration.
Optional
prefixAn optional namespace prefix for all keys stored in DynamoDB. Use this if you are sharing the same database table between multiple clients that are for different LaunchDarkly environments, to avoid key collisions.
Generated using TypeDoc
Options for configuring DynamoDBFeatureStoreFactory or DynamoDBBigSegmentStoreFactory.