landtechnologies/ssm-put-parameter
Puts parameter to AWS Parameter Store using AWS CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 1, 2023
- License
- None
Pinned Snippet
uses: landtechnologies/ssm-put-parameter@ee29f910328360b43aa68a91c368e9a73d85e319 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of the parameter | yes | — |
| value | Value of the parameter | yes | — |
| description | Description of the parameter | no | "" |
| type | Type of the parameter: [String | SecureString | StringList] | no | String |
| overwrite | If needed to overwrite the parameter: ['overwrite' | 'no-overwrite'] | no | overwrite |
| tier | Tier of the parameter: | no | Intelligent-Tiering |
Outputs
no outputs