AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Specifies the status and settings of the APNs (Apple Push Notification service) sandbox channel for an application.
Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z
public class APNSSandboxChannelRequest
The APNSSandboxChannelRequest type exposes the following members
Name | Description | |
---|---|---|
APNSSandboxChannelRequest() |
Name | Type | Description | |
---|---|---|---|
BundleId | System.String |
Gets and sets the property BundleId. The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens. |
|
Certificate | System.String |
Gets and sets the property Certificate. The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate. |
|
DefaultAuthenticationMethod | System.String |
Gets and sets the property DefaultAuthenticationMethod. The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment, key or certificate. |
|
Enabled | System.Boolean |
Gets and sets the property Enabled. Specifies whether to enable the APNs sandbox channel for the application. |
|
PrivateKey | System.String |
Gets and sets the property PrivateKey. The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment. |
|
TeamId | System.String |
Gets and sets the property TeamId. The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens. |
|
TokenKey | System.String |
Gets and sets the property TokenKey. The authentication key to use for APNs tokens. |
|
TokenKeyId | System.String |
Gets and sets the property TokenKeyId. The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5