Creates a custom action that can be invoked as an alias or as a button on a notification.
post/create-custom-action
Request body
AliasNamestring
The name used to invoke this action in a chat channel. For example, <code>@aws run my-alias</code>.
ClientTokenstring
<p>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.</p> <p>If you do not specify a client token, one is automatically generated by the SDK.</p>
ActionNamestring required
The name of the custom action. This name is included in the Amazon Resource Name (ARN).