thebrowsercompany/AWS SSM Get Parameter
Fetch a value stored in AWS SSM and make it locally available.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-role-to-assume | The AWS Role to assume. | yes | — |
| aws-role-session-name | A name to associate with this AWS access for auditing purposes. | yes | — |
| aws-region | The AWS region to use. | no | us-east-2 |
| aws-ssm-parameter | The path to the value in the SSM store. | yes | — |
| save-to-env-var | Store the parameter value in the environment variable with this name. | no | — |
| save-to-filepath | Store the parameter value in the file at this path. The caller must remove this at the end. | no | — |
Outputs
no outputs