AWS Fundamentals Logo
AWS Fundamentals
AWS::Pinpoint::InAppTemplate

Pinpoint InAppTemplate

Resource Type definition for AWS::Pinpoint::InAppTemplate

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
TemplateName
string
RequiredCreate-only
Content
Array<InAppMessageContent>
CustomConfig
object
Layout
string
Tags
object
TemplateDescription
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Pinpoint::InAppTemplate

Resources:
  MyResource:
    Type: AWS::Pinpoint::InAppTemplate
    Properties:
      TemplateName: "my-templatename"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mobiletargeting:CreateInAppTemplatemobiletargeting:GetInAppTemplatemobiletargeting:TagResource

delete

mobiletargeting:DeleteInAppTemplatemobiletargeting:GetInAppTemplate

list

mobiletargeting:GetInAppTemplatemobiletargeting:ListTemplates

read

mobiletargeting:GetInAppTemplatemobiletargeting:ListTemplates

update

mobiletargeting:UpdateInAppTemplatemobiletargeting:GetInAppTemplatemobiletargeting:TagResourcemobiletargeting:UntagResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServicePinpoint
Properties7
Required1
TaggingSupported
Primary IDTemplateName

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TemplateName

External Links