Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

AWS::Pinpoint::APNSChannel

Mode de mise au point

Sur cette page

AWS::Pinpoint::APNSChannel - AWS CloudFormation
Cette page n'a pas été traduite dans votre langue. Demande de traduction
Filtrer la vue

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Pinpoint::APNSChannel", "Properties" : { "ApplicationId" : String, "BundleId" : String, "Certificate" : String, "DefaultAuthenticationMethod" : String, "Enabled" : Boolean, "PrivateKey" : String, "TeamId" : String, "TokenKey" : String, "TokenKeyId" : String } }

YAML

Type: AWS::Pinpoint::APNSChannel Properties: ApplicationId: String BundleId: String Certificate: String DefaultAuthenticationMethod: String Enabled: Boolean PrivateKey: String TeamId: String TokenKey: String TokenKeyId: String

Properties

ApplicationId

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

Required: Yes

Type: String

Update requires: Replacement

BundleId

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

Required: No

Type: String

Update requires: No interruption

Certificate

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.

Required: No

Type: String

Update requires: No interruption

DefaultAuthenticationMethod

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

Required: No

Type: String

Update requires: No interruption

Enabled

Specifies whether to enable the APNs channel for the application.

Required: No

Type: Boolean

Update requires: No interruption

PrivateKey

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

Required: No

Type: String

Update requires: No interruption

TeamId

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

Required: No

Type: String

Update requires: No interruption

TokenKey

The authentication key to use for APNs tokens.

Required: No

Type: String

Update requires: No interruption

TokenKeyId

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.

Required: No

Type: String

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the unique identifier (ApplicationId) for the Amazon Pinpoint application that the channel is associated with.

For more information about using the Ref function, see Ref.

Fn::GetAtt

Id

(Deprecated) An identifier for the APNs channel. This property is retained only for backward compatibility.

ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.