in_app_template
Gets an individual in_app_template
resource
Overview
Name | in_app_template |
Type | Resource |
Description | in_app_template |
Id | awscc.pinpoint.in_app_template |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
content,
custom_config,
layout,
tags,
template_description,
template_name
FROM awscc.pinpoint.in_app_template
WHERE data__Identifier = '<TemplateName>';
Permissions
To operate on the in_app_template
resource, the following permissions are required:
Delete
mobiletargeting:DeleteInAppTemplate,
mobiletargeting:GetInAppTemplate
Read
mobiletargeting:GetInAppTemplate,
mobiletargeting:ListTemplates
Update
mobiletargeting:UpdateInAppTemplate,
mobiletargeting:GetInAppTemplate