Skip to main content

custom_action_tags

Expands all tag keys and values for custom_actions in a region

Overview

Namecustom_action_tags
TypeResource
DescriptionDefinition of AWS::Chatbot::CustomAction Resource Type
Idaws.chatbot.custom_action_tags

Fields

NameDatatypeDescription
action_namestring
alias_namestring
attachmentsarray
custom_action_arnstring
definitionobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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