actions-marketplace-validations/Upload Yaml to SSM Parameter Store
Upload to SSM Parameter Store from YAML file or directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS Access Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| aws_region | AWS Region | yes | — |
| aws_account_id | AWS Account | yes | — |
| prefix | Prefix for SSM Parameter Store | yes | — |
| path | Path to Directory or YAML file | yes | — |
| clean | Optionally removes unknown parameters found in the prefix | no | false |
| batch_count | Number of parameters to upload before pausing | no | 20 |
| pause_time | Number of milliseconds to pause after uploading the number of parameters specified in pause_count | no | 1500 |
| max_save_attempts | Number of times to attempt to save a parameter before giving up | no | 5 |
Outputs
| name | description |
|---|---|
| time | The current time after completion |
| parameters | The number of parameters found in the YAML file or directory |
| existing | The number of parameters already existing |
| created | The number of parameters created |
| updated | The number of parameters updated |
| deleted | The number of parameters deleted |
| unchanged | The number of parameters unchanged |