Skip to main content

message_template_tags

Expands all tag keys and values for message_templates in a region

Overview

Namemessage_template_tags
TypeResource
DescriptionDefinition of AWS::Wisdom::MessageTemplate Resource Type
Idaws.wisdom.message_template_tags

Fields

NameDatatypeDescription
knowledge_base_arnstringThe Amazon Resource Name (ARN) of the knowledge base to which the message template belongs.
message_template_idstringThe unique identifier of the message template.
message_template_arnstringThe Amazon Resource Name (ARN) of the message template.
namestringThe name of the message template.
channel_subtypestringThe channel subtype this message template applies to.
contentobjectThe content of the message template.
descriptionstringThe description of the message template.
languagestringThe language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW
grouping_configurationobjectThe configuration information of the user groups that the message template is accessible to.
default_attributesobjectAn object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.
message_template_content_sha256stringThe content SHA256 of the message template.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all message_templates in a region.

SELECT
region,
knowledge_base_arn,
message_template_id,
message_template_arn,
name,
channel_subtype,
content,
description,
language,
grouping_configuration,
default_attributes,
message_template_content_sha256,
tag_key,
tag_value
FROM aws.wisdom.message_template_tags
WHERE region = 'us-east-1';

Permissions

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