custom_actions_list_only
Lists custom_actions in a region or regions, for all properties use custom_actions
Overview
| Name | custom_actions_list_only |
| Type | Resource |
| Description | Definition of AWS::Chatbot::CustomAction Resource Type |
| Id | aws.chatbot.custom_actions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
custom_action_arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all custom_actions in a region.
SELECT
region,
custom_action_arn
FROM aws.chatbot.custom_actions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the custom_actions_list_only resource, see custom_actions