Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_update_baidu_channel: Updates the settings of the Baidu channel for an application

Description

Updates the settings of the Baidu channel for an application.

Usage

pinpoint_update_baidu_channel(ApplicationId, BaiduChannelRequest)

Arguments

ApplicationId

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

BaiduChannelRequest

[required]

Request syntax

svc$update_baidu_channel(
  ApplicationId = "string",
  BaiduChannelRequest = list(
    ApiKey = "string",
    Enabled = TRUE|FALSE,
    SecretKey = "string"
  )
)