Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_endpoint: Retrieves information about the settings and attributes of a specific endpoint for an application

Description

Retrieves information about the settings and attributes of a specific endpoint for an application.

Usage

pinpoint_get_endpoint(ApplicationId, EndpointId)

Arguments

ApplicationId

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

EndpointId

[required] The unique identifier for the endpoint.

Request syntax

svc$get_endpoint(
  ApplicationId = "string",
  EndpointId = "string"
)