What is the format of structured notification messages sent by Amazon SNS?

What is the format of structured notification messages sent by Amazon SNS?
A. An XML object containing Messageld, UnsubscribeURL, Subject, Message and other values
B. An JSON object containing Messageld, DuplicateFlag, Message and other values
C. An XML object containing Messageld, DuplicateFlag, Message and other values
D. An JSON object containing Messageld, unsubscribeURL, Subject, Message and other values

amazon-exams

2 thoughts on “What is the format of structured notification messages sent by Amazon SNS?

  1. HTTP/HTTPS Notification JSON Format

    {
    “Type” : “Notification”,
    “MessageId” : “22b80b92-fdea-4c2c-8f9d-bdfb0c7bf324”,
    “TopicArn” : “arn:aws:sns:us-west-2:123456789012:MyTopic”,
    “Subject” : “My First Message”,
    “Message” : “Hello world!”,
    “Timestamp” : “2012-05-02T00:54:06.655Z”,
    “SignatureVersion” : “1”,
    “Signature” : “EXAMPLEw6JRNwm1LFQL4ICB0bnXrdB8ClRMTQFGBqwLpGbM78tJ4etTwC5zU7O3tS6tGpey3ejedNdOJ+1fkIp9F2/LmNVKb5aFlYq+9rk9ZiPph5YlLmWsDcyC5T+Sy9/umic5S0UQc2PEtgdpVBahwNOdMW4JPwk0kAJJztnc=”,
    “SigningCertURL” : “https://sns.us-west-2.amazonaws.com/SimpleNotificationService-f3ecfb7224c7233fe7bb5f59f96de52f.pem”,
    “UnsubscribeURL” : “https://sns.us-west-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-west-2:123456789012:MyTopic:c9135db0-26c4-47ec-8998-413945fb5a96”
    }

    The Correct Answer is D

    https://www.facebook.com/ameenalamofficial

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.