Command option Sample:aws sns set-subscription-attributes

Search command sample in the internet.It is the result.

Allows a subscription owner to set an attribute of the topic to a newvalue.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sns/set-subscription-attributes.html

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 のオプション一覧