CreateCustomActionRequest

Types

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

Properties

Link copied to clipboard

The name of the custom action. This name is included in the Amazon Resource Name (ARN).

Link copied to clipboard

The name used to invoke this action in a 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

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.

Link copied to clipboard

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

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

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

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