Create App
pinpoint_create_app | R Documentation |
Creates an application¶
Description¶
Creates an application.
Usage¶
Arguments¶
CreateApplicationRequest
[required]
Value¶
A list with the following syntax:
list(
ApplicationResponse = list(
Arn = "string",
Id = "string",
Name = "string",
tags = list(
"string"
),
CreationDate = "string"
)
)