in_app_template_tags
Expands all tag keys and values for in_app_templates
in a region
Overview
Name | in_app_template_tags |
Type | Resource |
Description | Resource Type definition for AWS::Pinpoint::InAppTemplate |
Id | aws.pinpoint.in_app_template_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
content | array | |
custom_config | object | |
layout | string | |
template_description | string | |
template_name | string | |
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 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