Command option Sample:aws sns delete-topic

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

Deletes a topic and all its subscriptions.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sns/delete-topic.html

aws sns delete-topic \
    S3 Bucket Notification to SQS/SNS on Object Creation - Alestic.com : http://alestic.com/2014/12/s3-bucket-notification-to-sqssns-on-object-creation/
aws sns delete-topic --topic-arn "arn:aws:sns:us-west-2:0123456789012:my-topic"
    delete-topic — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/sns/delete-topic.html
aws sns delete-topic --topic-arn "arn:aws:sns:ap-northeast-1:111111159025:example01"

    AWS CLI : http://ekzemplaro.org/data_base/doc/tips/aws-cli/
aws sns delete-topic \--topic-arn
    kakakakakku blog : http://kakakakakku1.rssing.com/chan-55986954/all_p6.html
aws sns delete-topic --topic-arn EnterTopicARN

We can get topic ARN by using command below:

    PHP Web Technology Funda I AWS Cloud - ホーム | Facebook : http://www.facebook.com/PMagento/

aws のオプション一覧