Purpose: Configure parameters in AWS SSM ParameterStore
No requirements.
Name | Version |
---|---|
aws | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
allowed_pattern | A regular expression to restrict allowed parameter values | any |
null |
no |
context | A parameter context used as a prefix to the stored parameter key | any |
null |
no |
data_type | Indicates the type of parameter value. Supported values are: text and aws:ec2:image |
any |
null |
no |
key_id | KMS key id for encrypting SecureString type parameters | any |
null |
no |
list_params | A list of StringList parameters to add to ParameterStore | list(map(any)) |
[] |
no |
overwrite | Overwrite existing parameter values | bool |
false |
no |
parameters | A list of String parameters to add to ParameterStore | list(map(any)) |
[] |
no |
secure_params | A list of SecureString parameters to add to ParameterStore | list(map(any)) |
[] |
no |
No output.