custom_action_tags
Expands all tag keys and values for custom_actions in a region
Overview
| Name | custom_action_tags |
| Type | Resource |
| Description | Definition of AWS::Chatbot::CustomAction Resource Type |
| Id | aws.chatbot.custom_action_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
action_name | string | |
alias_name | string | |
attachments | array | |
custom_action_arn | string | |
definition | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all custom_actions in a region.
SELECT
region,
action_name,
alias_name,
attachments,
custom_action_arn,
definition,
tag_key,
tag_value
FROM aws.chatbot.custom_action_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the custom_action_tags resource, see custom_actions