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