Skip to main content

in_app_template_tags

Expands all tag keys and values for in_app_templates in a region

Overview

Namein_app_template_tags
TypeResource
DescriptionResource Type definition for AWS::Pinpoint::InAppTemplate
Idaws.pinpoint.in_app_template_tags

Fields

NameDatatypeDescription
arnstring
contentarray
custom_configobject
layoutstring
template_descriptionstring
template_namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all in_app_templates in a region.

SELECT
region,
arn,
content,
custom_config,
layout,
template_description,
template_name,
tag_key,
tag_value
FROM aws.pinpoint.in_app_template_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the in_app_template_tags resource, see in_app_templates