message_template_tags
Expands all tag keys and values for message_templates
in a region
Overview
Name | message_template_tags |
Type | Resource |
Description | Definition of AWS::Wisdom::MessageTemplate Resource Type |
Id | aws.wisdom.message_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
knowledge_base_arn | string | The Amazon Resource Name (ARN) of the knowledge base to which the message template belongs. |
message_template_id | string | The unique identifier of the message template. |
message_template_arn | string | The Amazon Resource Name (ARN) of the message template. |
name | string | The name of the message template. |
channel_subtype | string | The channel subtype this message template applies to. |
content | object | The content of the message template. |
description | string | The description of the message template. |
language | string | The 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_configuration | object | The configuration information of the user groups that the message template is accessible to. |
default_attributes | object | An 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_sha256 | string | The content SHA256 of the message template. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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