AWS::Pinpoint::App
An app is an Amazon Pinpoint application, also referred to as a project. An application is a collection of related settings, customer information, segments, campaigns, and other types of Amazon Pinpoint resources.
The App resource represents an Amazon Pinpoint application.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Name
-
The display name of the application.
Required: Yes
Type: String
Update requires: Replacement
Tags
-
A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.
Required: No
Type: Json
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the unique identifier (ApplicationId
)
for the Amazon Pinpoint application.
For more information about using the Ref
function, see Ref.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following
are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt.