Skip to main content

message_templates_list_only

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

Overview

Namemessage_templates_list_only
TypeResource
DescriptionDefinition of AWS::Wisdom::MessageTemplate Resource Type
Idaws.wisdom.message_templates_list_only

Fields

NameDatatypeDescription
message_template_arnstringThe Amazon Resource Name (ARN) of the message template.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all message_templates in a region.

SELECT
region,
message_template_arn
FROM aws.wisdom.message_templates_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the message_templates_list_only resource, see message_templates