message_template_versions_list_only
Lists message_template_versions in a region or regions, for all properties use message_template_versions
Overview
| Name | message_template_versions_list_only |
| Type | Resource |
| Description | A version for the specified customer-managed message template within the specified knowledge base. |
| Id | aws.wisdom.message_template_versions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
message_template_version_arn | string | The unqualified Amazon Resource Name (ARN) of the message template version. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all message_template_versions in a region.
SELECT
region,
message_template_version_arn
FROM aws.wisdom.message_template_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the message_template_versions_list_only resource, see message_template_versions