AWS - SNS

Amazon Web Services Simple Notification Service (SNS).

IT Services · AWS - SNS

Configuration parameters

  • defaultRegion — AWS Default Region (required)
  • roleArn — Role Arn
  • roleSessionName — Role Session Name
  • credentials — Access Key (required)
  • sessionDuration — Role Session Duration
  • timeout — Timeout
  • retries — Retries
  • sts_regional_endpoint — AWS STS Regional Endpoints
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)

Commands (6)

  • aws-sns-create-subscription

    Subscribes an endpoint to an Amazon SNS topic. If the endpoint type is HTTP/S or email, or if the endpoint and the topic are not in the same Amazon Web Services account, the endpoint owner must run the ConfirmSubscription action to confirm the subscription.

  • aws-sns-create-topic

    Creates a new a topic to which notifications can be published. You can specify the attribute to create FIFO topic.

  • aws-sns-delete-topic

    Deletes a topic and all its subscriptions.

  • aws-sns-list-subscriptions-by-topic

    Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100.

  • aws-sns-list-topics

    Returns a list of the requester's topics.

  • aws-sns-send-message

    Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify the TargetArn ).