in_app_templates_list_only
Lists in_app_templates
in a region or regions, for all properties use in_app_templates
Overview
Name | in_app_templates_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Pinpoint::InAppTemplate |
Id | aws.pinpoint.in_app_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
content | array | |
custom_config | object | |
layout | string | |
tags | object | |
template_description | string | |
template_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all in_app_templates
in a region.
SELECT
region,
template_name
FROM aws.pinpoint.in_app_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the in_app_templates_list_only
resource, see in_app_templates