AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Pinpoint::APNSSandboxChannel

CfnAPNSSandboxChannel

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAPNSSandboxChannelProps.

applicationIdRequired
string

The unique identifier for the Amazon Pinpoint application that the APNs sandbox 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 Sandbox 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