message_templates_list_only
Lists message_templates in a region or regions, for all properties use message_templates
Overview
| Name | message_templates_list_only |
| Type | Resource |
| Description | Definition of AWS::Wisdom::MessageTemplate Resource Type |
| Id | aws.wisdom.message_templates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
message_template_arn | string | The Amazon Resource Name (ARN) of the message template. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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