- ただ動くだけじゃなくて、2ペイン/3ペインなどタブレットらしさを実現したアプリを載せようかな
- 誰でも編集していいんじゃね?
- とりあえずMarkdown方式で書いてみた
- Gistじゃやりにくければ他に持って行くよ
- forkして編集してもらえればmergeします。なかなか取り込んでくれないようであればpull requestしてください。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ aws elb describe-load-balancer-policies --query "PolicyDescriptions[].{PolicyAttributeDescriptions: PolicyAttributeDescriptions[?AttributeName == 'Server-Defined-Cipher-Order' && AttributeValue == 'true'], PolicyName: PolicyName} | [? length(PolicyAttributeDescriptions[?AttributeName == 'Server-Defined-Cipher-Order' && AttributeValue == 'true']) > \`0\`]" |