paws.customer.engagement (version 0.1.0)

pinpoint_update_apns_voip_channel: Update an APNS VoIP channel

Description

Update an APNS VoIP channel

Usage

pinpoint_update_apns_voip_channel(APNSVoipChannelRequest, ApplicationId)

Arguments

APNSVoipChannelRequest

[required]

ApplicationId

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

Request syntax

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