Annotation Type SecretsParam
Inject a parameter from the Secrets Manager into a field. You can also use
SecretsProviderBuilder to obtain Secrets Manager values directly, rather than
injecting them implicitly.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends Transformer> Optional. a transfer to apply to the value
-
Element Details
-
key
String keyMandatory. key from the secrets manager store.- Returns:
-
transformer
Class<? extends Transformer> transformerOptional. a transfer to apply to the value- Default:
software.amazon.lambda.powertools.parameters.transform.Transformer.class
-