Learn R Programming

paws.customer.engagement (version 0.1.12)

pinpoint_create_app: Creates an application

Description

Creates an application.

Usage

pinpoint_create_app(CreateApplicationRequest)

Value

A list with the following syntax:

list(
  ApplicationResponse = list(
    Arn = "string",
    Id = "string",
    Name = "string",
    tags = list(
      "string"
    )
  )
)

Arguments

CreateApplicationRequest

[required]

Request syntax

svc$create_app(
  CreateApplicationRequest = list(
    Name = "string",
    tags = list(
      "string"
    )
  )
)