💾 Archived View for cfdocs.wetterberg.nu › quickref-sns.gemini captured on 2024-08-25 at 01:59:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
This example shows an Amazon SNS topic resource. It requires a valid email address.
1. "MySNSTopic" : { 2. "Type" : "AWS::SNS::Topic", 3. "Properties" : { 4. "Subscription" : [ { 5. "Endpoint" : "add valid email address", 6. "Protocol" : "email" 7. } ] 8. } 9. }
1. MySNSTopic: 2. Type: AWS::SNS::Topic 3. Properties: 4. Subscription: 5. - Endpoint: "add valid email address" 6. Protocol: email