Skip to main content

in_app_templates

Retrieves a list of in_app_templates in a region

Overview

Namein_app_templates
TypeResource
Descriptionin_app_templates
Idawscc.pinpoint.in_app_templates

Fields

NameDatatypeDescription
template_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
template_name
FROM awscc.pinpoint.in_app_templates
WHERE region = 'us-east-1'

Permissions

To operate on the in_app_templates resource, the following permissions are required:

Create

mobiletargeting:CreateInAppTemplate,
mobiletargeting:GetInAppTemplate,
mobiletargeting:TagResource

List

mobiletargeting:GetInAppTemplate,
mobiletargeting:ListTemplates