The bundle identifier assigned to your iOS app.
OptionalsandboxConfigure the APNs sandbox channel (for development builds signed with a
development provisioning profile) instead of the production APNs channel.
Toggling this on an already-deployed stack REPLACES the APNs channel resource
(production AWS::Pinpoint::APNSChannel and sandbox
AWS::Pinpoint::APNSSandboxChannel are distinct CFN resource types), so the
application briefly has no configured APNs channel during the swap — treat a
flip on a live stack as a destructive change.
The 10-character identifier assigned to your Apple Developer account team.
Amplify secret() holding the APNs token signing key — the full contents
of the AuthKey_<tokenKeyId>.p8 file downloaded from the Apple Developer
portal. Resolved at deploy time and written to the APNs channel's
TokenKey; never stored in the CloudFormation template as plain text.
The 10-character key identifier assigned to your APNs signing key (CFN TokenKeyId).
APNs (Apple Push Notification service) channel configuration, using APNs token authentication (a
.p8signing key). The sensitive.p8key material is supplied via an Amplifysecret(); the non-secret identifiers are plain props. Provide this to enable the APNs channel on the created End User Messaging (Pinpoint) application.Example