I have GitHub token parameters stored in a hierarchy, such as "GHA/mytoken". I can get all parameters stored in the hierarchy with boto3 ssm get_parameters_by_path, but I can see no way to use the ParameterFilters feature to find a specific parameter by name. I've found no examples of doing this online; can anyone provide a solution?
How can I filter for a specific parameter name using boto3 get_parameters_by_path? - Stack Overflow
与本文相关的文章
评论列表(0)
- 暂无评论