AWS::Pinpoint::App - AWS CloudFormation

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:

JSON

{ "Type" : "AWS::Pinpoint::App", "Properties" : { "Name" : String, "Tags" : Json } }

YAML

Type: AWS::Pinpoint::App Properties: Name: String Tags: Json

Properties

Name

The display name of the application.

Required: Yes

Type: String

Update requires: Replacement

Tags

An array of key-value pairs to apply to this resource.

For more information, see Tag.

Required: No

Type: Json

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the unique identifier (ApplicationId) for the Amazon Pinpoint application.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic 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::GetAttintrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the application.