Amazon SNS · Schema

TopicMember

EmailMessagingNotificationsPub/SubPush NotificationsSMS

Properties

Name Type Description
TopicArn string The ARN of the topic
View JSON Schema on GitHub

JSON Schema

amazon-sns-topic-member-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TopicMember",
  "type": "object",
  "properties": {
    "TopicArn": {
      "type": "string",
      "description": "The ARN of the topic"
    }
  }
}