AWS::Pinpoint::APNSChannelA *channel* is a type of platform that you can deliver messages to. You can use the APNs channel to send push notification messages to the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send notifications to APNs, you have to enable the APNs channel for an Amazon Pinpoint application. The APNSChannel resource represents the status and authentication settings for the APNs channel for an application.
import { CfnAPNSChannel } from 'aws-cdk-lib/aws-pinpoint';Or use the module namespace:
import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnAPNSChannelConfiguration passed to the constructor as CfnAPNSChannelProps.
applicationIdRequiredstringThe unique identifier for the Amazon Pinpoint application that the APNs 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 APNs 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 to enable the APNs channel for the application.
privateKeyOptionalstringThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
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 APNs 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::APNSChannel