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

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

以前の「購読」アクションによってエンドポイントに送信されたトークンを検証することによって、エンドポイント所有者がメッセージを受信することを検証します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sns/confirm-subscription.html

aws sns confirm-subscription --topic-arn arn:aws:sns:ap-northeast-1:083296890845:DoNotUnsubscribe --token 2336412f37fb687f5d51e6e241d164b14be0f8457647cab69bf930a5760a80260a1f84d084f873110e2ca36d7a909ece94b003cb7f06f1a218230787e1281683cd84f8331f19f699edddfb4952a60287c6319f0abc8e0d892253b6e381a95ea071af415502592c923bfe05b0bacab78fc3a2274037c54d046ed25ba81bfde6d7 --authenticate-on-unsubscribe true --region ap-northeast-1
    SNS通知メールのunsubscribeリンクを無効化してみた - log4moto : http://d.hatena.ne.jp/j3tm0t0/20130528/1369757747
aws sns confirm-subscription \
    Amazon SNS メール通知の「unsubscribe」リンクを無効化する | Developers.IO : http://dev.classmethod.jp/cloud/aws/amazon-sns-disable-unsubscribe-link/
aws sns confirm-subscription --topic-arn arn:aws:sns:us-west-2:0123456789012:my-topic --token 2336412f37fb687f5d51e6e241d7700ae02f7124d8268910b858cb4db727ceeb2474bb937929d3bdd7ce5d0cce19325d036bc858d3c217426bcafa9c501a2cace93b83f1dd3797627467553dc438a8c974119496fc3eff026eaa5d14472ded6f9a5c43aec62d83ef5f49109da7176391
    confirm-subscription — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/goto/aws-cli/sns-2010-03-31/ConfirmSubscription
aws sns confirm-subscription --topic-arn
    [Amazon Web Services] AWS IoTでMQTTブローカーを作りArduinoからのセンシングデータをSNS通知する手順(AWS CLI編) - Life with IT : http://l-w-i.net/t/aws/iot_002.txt
aws sns confirm-subscription --token \u003cem\u003etoken\u003c/em\u003e --topic-arn \u003cem\u003etopic-arn\u003c/em\u003e --authenticate-on-unsubscribe true\u003c/p\u003e\n
    Amazon SNSのUnsubscribeのリンクを無効化する : http://qiita.com/mitsubachi/items/ac0bd90e15ce6098cb87
aws sns confirm-subscription --token XXXX --topic-arn YYYY --authenticate-on-unsubscribe true --region ap-northeast-1
    Amazon SNS 〜unsubscribeリンクの無効化〜 | SNS topic | ナレコムAWSレシピ : http://recipe.kc-cloud.jp/archives/4847
aws sns confirm-subscription \
    AWS-SNS - systemlog : http://system999.wiki.fc2.com/wiki/AWS-SNS

aws のオプション一覧