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

The body of the policy document you want to use for this topic.

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