Annotation Type SSMParam
Inject a parameter from the SSM Parameter Store into a field. You can also use
SSMProviderBuilder to obtain SSM values directly, rather than injecting them implicitly.
Usage:
-
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 SSM parameter store- Returns:
-
transformer
Class<? extends Transformer> transformerOptional. a transfer to apply to the value- Default:
software.amazon.lambda.powertools.parameters.transform.Transformer.class
-