paws.customer.engagement (version 0.1.0)

pinpoint_update_apns_sandbox_channel: Update an APNS sandbox channel

Description

Update an APNS sandbox channel.

Usage

pinpoint_update_apns_sandbox_channel(APNSSandboxChannelRequest,
  ApplicationId)

Arguments

APNSSandboxChannelRequest

[required]

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

Request syntax

svc$update_apns_sandbox_channel(
  APNSSandboxChannelRequest = list(
    BundleId = "string",
    Certificate = "string",
    DefaultAuthenticationMethod = "string",
    Enabled = TRUE|FALSE,
    PrivateKey = "string",
    TeamId = "string",
    TokenKey = "string",
    TokenKeyId = "string"
  ),
  ApplicationId = "string"
)