Skip to content

Get App

pinpoint_get_app R Documentation

Retrieves information about an application

Description

Retrieves information about an application.

Usage

pinpoint_get_app(ApplicationId)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Value

A list with the following syntax:

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

Request syntax

svc$get_app(
  ApplicationId = "string"
)