aws-sns
Verified for current stable LTS
Aws Sns Commands
Aws Sns command syntax with verified terminal examples.
Commands
8 commands for Aws Sns
aws-sns Operations
Aws Sns Command: List Objects
aws sns list-<origination-numbers|phone-numbers-opted-out|platform-applications|sms-sandbox-phone-numbers|subscriptions|topics> aws-sns Operations
Aws Sns Command: Subscribe Email
aws sns subscribe --topic-arn <topic_ARN> --protocol email --notification-endpoint <email> aws-sns Operations
Aws Sns Command: Unsubscribe
aws sns unsubscribe --subscription-arn <subscription_ARN> aws-sns Operations
Aws Sns Command: Tag Resource
aws sns tag-resource --resource-arn <topic_ARN> --tags <Key=tag1_key Key=tag2_key,Value=tag2_value ...> aws-sns Operations
Aws Sns Command: Create Topic
aws sns create-topic --name <name> aws-sns Operations
Aws Sns Command: Publish Message
aws sns publish {--topic-arn "arn:aws:sns:us-west-2:123456789012:topic-name"||--phone-number +1-555-555-0100} --message file://<path/to/file> aws-sns Operations
Aws Sns Command: Create Platform Endpoint
aws sns create-platform-endpoint --platform-application-arn <platform_application_ARN> --token <token> aws-sns HTTP
Aws Sns Command: Add Permission
aws sns add-permission --topic-arn <topic_ARN> --label <topic_label> --aws-account-id <account_id> --action-name <AddPermission|CreatePlatformApplication|DeleteEndpoint|GetDataProtectionPolicy|GetEndpointAttributes|Subscribe|...> Suggest a Aws Sns Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aws Sns workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.