CreateDimensionRequest

Types

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

Properties

Link copied to clipboard

Each dimension must have a unique client request token. If you try to create a new dimension with the same token as a dimension that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.

Link copied to clipboard
val name: String?

A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

Link copied to clipboard

Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").

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

Metadata that can be used to manage the dimension.

Link copied to clipboard

Specifies the type of dimension. Supported types: TOPIC_FILTER.

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