Tag

class Tag

Represents a key-value pair used for categorizing and organizing AWS resources.

Types

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

Properties

Link copied to clipboard
val key: String

The tag key, which acts as a category or label for the tag.

Link copied to clipboard

The tag value, which provides additional information or context for the tag key.

Functions

Link copied to clipboard
inline fun copy(block: Tag.Builder.() -> Unit = {}): Tag
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