in_app_templates
Retrieves a list of in_app_templates
in a region
Overview
Name | in_app_templates |
Type | Resource |
Description | in_app_templates |
Id | awscc.pinpoint.in_app_templates |
Fields
Name | Datatype | Description |
---|---|---|
template_name | string | |
region | string | AWS 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