Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aws cli jmespath クエリでは、たとえば output を使用し["a","a","b","a","b"]て、一意の値を抽出して取得するにはどうすればよい["a","b"]ですか?
["a","a","b","a","b"]
["a","b"]