| Class and Description |
|---|
| com.amazonaws.services.dynamodbv2.datamodeling.encryption.providers.MostRecentProvider
This provider uses a TTL value to determine when to ping the keystore to get the
current materials version, instead of using the TTL value to determine when to expire cached
materials. This is unintuitive behavior for users of this provider who may wish to use a TTL
to force the keystore to re-obtain materials.
Use the CachingMostRecentProvider, which uses a user defined TTL value to also expire the cached materials themselves, forcing the keystore to regularly re-obtain materials. |
Copyright © 2022. All rights reserved.