CustomAction

Represents a parameterized command that can be invoked as an alias or as a notification button in the chat client.

Types

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

Properties

Link copied to clipboard

The name of the custom action that is included in the ARN.

Link copied to clipboard

The name used to invoke this action in the chat channel. For example, @aws run my-alias.

Link copied to clipboard

Defines when this custom action button should be attached to a notification.

Link copied to clipboard

The fully defined Amazon Resource Name (ARN) of the custom action.

Link copied to clipboard

The definition of the command to run when invoked an alias or as an action button.

Functions

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