AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Pinpoint::APNSVoipChannel

CfnAPNSVoipChannel

A *channel* is a type of platform that you can deliver messages to. You can use the APNs VoIP channel to send VoIP notification messages to the Apple Push Notification service (APNs). Before you can use Amazon Pinpoint to send VoIP notifications to APNs, you have to enable the APNs VoIP channel for an Amazon Pinpoint application. The APNSVoipChannel resource represents the status and authentication settings of the APNs VoIP channel for an application.

Import

import { CfnAPNSVoipChannel } from 'aws-cdk-lib/aws-pinpoint';

Or use the module namespace:

import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnAPNSVoipChannel

Properties

Configuration passed to the constructor as CfnAPNSVoipChannelProps.

applicationIdRequired
string

The unique identifier for the Amazon Pinpoint application that the APNs VoIP channel applies to.

bundleIdOptional
string

The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.

certificateOptional
string

The 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.

defaultAuthenticationMethodOptional
string

The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs. Valid options are `key` or `certificate` .

enabledOptional
boolean | IResolvable

Specifies whether to enable the APNs VoIP channel for the Amazon Pinpoint application.

privateKeyOptional
string

The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.

teamIdOptional
string

The identifier that's assigned to your Apple Developer Account team. This identifier is used for APNs tokens.

tokenKeyOptional
string

The authentication key to use for APNs tokens.

tokenKeyIdOptional
string

The 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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter