Skip to main content

custom_actions_list_only

Lists custom_actions in a region or regions, for all properties use custom_actions

Overview

Namecustom_actions_list_only
TypeResource
DescriptionDefinition of AWS::Chatbot::CustomAction Resource Type
Idaws.chatbot.custom_actions_list_only

Fields

NameDatatypeDescription
custom_action_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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