poad/Get value from AWS Systems Manager Parameter Store
Retrieves the value of the specified parameter from the AWS Systems Manager Parameter Store.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 6–8scored Jul 9, 2026
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: poad/get-aws-ssm-parameter@ea87b6de66e54c16147873ec0e87c761415d8569 # v3.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| parameter-name | Parameter name | yes | — |
| aws-region | AWS region | yes | — |
| decryption | Value specified for WithDecryption. Detail: https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParameter.html#systemsmanager-GetParameter-request-WithDecryption | yes | — |
| ignore-parameter-not-found | If true, the action will not fail when the specified parameter does not exist | no | false |
Outputs
no outputs