Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_update_adm_channel: Updates the ADM channel settings for an application

Description

Updates the ADM channel settings for an application.

Usage

pinpoint_update_adm_channel(ADMChannelRequest, ApplicationId)

Arguments

ADMChannelRequest

[required]

ApplicationId

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

Request syntax

svc$update_adm_channel(
  ADMChannelRequest = list(
    ClientId = "string",
    ClientSecret = "string",
    Enabled = TRUE|FALSE
  ),
  ApplicationId = "string"
)