Amazon SNS · Schema

CreateTopicResponse

EmailMessagingNotificationsPub/SubPush NotificationsSMS

Properties

Name Type Description
CreateTopicResult object
View JSON Schema on GitHub

JSON Schema

amazon-sns-create-topic-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateTopicResponse",
  "type": "object",
  "properties": {
    "CreateTopicResult": {
      "type": "object"
    }
  }
}