| Interface | Description |
|---|---|
| ParamProvider |
| Class | Description |
|---|---|
| BaseProvider |
Base class for all parameter providers.
|
| DynamoDbProvider |
Implements a
ParamProvider on top of DynamoDB. |
| ParamManager |
Utility class to retrieve instances of parameter providers.
|
| SecretsProvider |
AWS Secrets Manager Parameter Provider
Samples: |
| SSMProvider |
AWS System Manager Parameter Store Provider
Samples: |
| Annotation Type | Description |
|---|---|
| Param |
Param is used to signal that the annotated field should be
populated with a value retrieved from a parameter store through a ParamProvider. |
Copyright © 2023. All rights reserved.