CreateTopicRequest

Input for CreateTopic action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of attributes with their corresponding values.

Link copied to clipboard

Amazon SNS message data protection is no longer available to new customers. For more information and guidance on alternatives, see Amazon SNS message data protection availability change.

Link copied to clipboard
val name: String?

The name of the topic you want to create.

Link copied to clipboard
val tags: List<Tag>?

The list of tags to add to a new topic.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String