Forum Discussion
rubensfontes
May 12, 2022Copper Contributor
Get information from parameter store in JSON or in different lines
Hi everyone! I need some help. I have some user and password credentials in a parameter store. I need to retrieve this information to pass a credential to join a server in a domain. This retrieve...
- May 13, 2022
Hey, Rubens.
I'm not quite sure what you mean by filter, but here's some quick illustrations on how to work with your JSON string.
Cheers,
Lain
rubensfontes
May 13, 2022Copper Contributor
I can't filter values ​​in Json...
{
"username": "domain\teste",
"password": "passsss"
}
{
"username": "domain\teste",
"password": "passsss"
}
- LainRobertsonMay 13, 2022Silver Contributor
Hey, Rubens.
I'm not quite sure what you mean by filter, but here's some quick illustrations on how to work with your JSON string.
Cheers,
Lain