aws ssm put-parameter --cli-input-json question #9482
Unanswered
davidu1975
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
aws ssm put-parameter --generate-cli-skeleton creates
{
"Name": "",
"Description": "",
"Value": "",
"Type": "String",
"KeyId": "",
"Overwrite": true,
"AllowedPattern": "",
"Tags": [
{
"Key": "",
"Value": ""
}
],
"Tier": "Standard",
"Policies": "",
"DataType": ""
}
Cant seem to add update more than one parameter at a time - it complains about invalid json syntax - can this be done and if so whats the format of the json
Beta Was this translation helpful? Give feedback.
All reactions