コマンドオプションサンプル:aws sns set-subscription-attributes

コマンドサンプルを検索した結果です。

サブスクリプションの所有者がトピックの属性を新しい値に設定できるようにします。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sns/set-subscription-attributes.html

aws sns set-subscription-attributes \
    Amazon SNSがメッセージフィルタに対応し柔軟なpub-subが可能に! | Developers.IO : http://dev.classmethod.jp/cloud/aws/routing-pubsub-messages-with-amazon-sns-message-filtering/
aws sns set-subscription-attributes --subscription-arn arn:aws:sns:us-east-1:012345678912:mytopic:f248de18-2cf6-578c-8592-b6f1eaa877dc --attribute-name FilterPolicy --attribute-value "
    set-subscription-attributes — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/sns/set-subscription-attributes.html
aws sns set-subscription-attributes --attribute-name RawMessageDelivery --attribute-value true --subscription-arn arn:aws:sns:us-east-1:1465414804035:e9126059-9eab-4b37-8194-e0d64dfb2045
    smartthings-brave/brave-sns at master 揃 SmartThingsOSS/smartthings-brave 揃 GitHub : http://github.com/SmartThingsOSS/smartthings-brave/tree/master/brave-sns
aws sns set-subscription-attributes --subscription-arn
    amazon web services - How to add SQS message attributes in SNS subscription? - Stack Overflow : http://stackoverflow.com/questions/44238656/how-to-add-sqs-message-attributes-in-sns-subscription

aws のオプション一覧