aws.pinpoint.get_in_app_template
Example SQL Queries
SELECT * FROMaws.pinpoint.get_in_app_templateWHERE"template_name" = 'VALUE';Description
Retrieves the content and settings of a message template for messages sent through the in-app channel.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_name Required Input Column The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive. | VARCHAR |
| version Input Column The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource. If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur. If you don't specify a value for this parameter, Amazon Pinpoint does the following:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| in_app_template_response In-App Template Response. | STRUCT( |
Show child fields
| |