List all parameters in AWS SSM Parameter Store

大憨熊 提交于 2021-02-08 14:16:33

问题


How do I list all parameters in the AWS Systems Manager (SSM) Parameter Store? I am using the AWS CLI.

I can store them with aws ssm put-parameter. I can fetch them with aws ssm get-parameter. I can list all documents with aws ssm list-documents, but I do not see a corresponding list-parameters function.


回答1:


I think what you want is

    aws ssm describe-parameters

docs




回答2:


You are looking for describe-parameters.



来源:https://stackoverflow.com/questions/55011890/list-all-parameters-in-aws-ssm-parameter-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!