AWS::Pinpoint::APNSVoipSandboxChannelA *channel* is a type of platform that you can deliver messages to. You can use the APNs VoIP sandbox channel to send VoIP notification messages to the sandbox environment of the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to the APNs sandbox environment, you have to enable the APNs VoIP sandbox channel for an Amazon Pinpoint application. The APNSVoipSandboxChannel resource represents the status and authentication settings of the APNs VoIP sandbox channel for an application.
import { CfnAPNSVoipSandboxChannel } from 'aws-cdk-lib/aws-pinpoint';Or use the module namespace:
import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnAPNSVoipSandboxChannelConfiguration passed to the constructor as CfnAPNSVoipSandboxChannelProps.
applicationIdRequiredstringThe unique identifier for the application that the APNs VoIP sandbox channel applies to.
bundleIdOptionalstringThe bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.
certificateOptionalstringThe APNs client certificate that you received from Apple. Specify this value if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
defaultAuthenticationMethodOptionalstringThe default authentication method that you want Amazon Pinpoint to use when authenticating with APNs. Valid options are `key` or `certificate` .
enabledOptionalboolean | IResolvableSpecifies whether the APNs VoIP sandbox channel is enabled for the application.
privateKeyOptionalstringThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
teamIdOptionalstringThe identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.
tokenKeyOptionalstringThe authentication key to use for APNs tokens.
tokenKeyIdOptionalstringThe key identifier that's assigned to your APNs signing key. Specify this value if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pinpointAWS::Pinpoint::APNSVoipSandboxChannel