Alias

class Alias

Contains information about an alias.

Types

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

Properties

Link copied to clipboard

A friendly name that you can use to refer to a key. The value must begin with alias/.

Link copied to clipboard

The KeyARN of the key associated with the alias.

Functions

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