TagTemplate

Represents a tag that is applied to roles that are created from a role template. The key and value can include @{parameter} placeholders that are replaced with template parameter values when the role is created.

Types

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

Properties

Link copied to clipboard
val key: String

The key name of the tag.

Link copied to clipboard

The value associated with the tag key.

Functions

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