AWS SDK Version 3 for .NET
API Reference

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) VoIP sandbox channel for an application.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.APNSVoipSandboxChannelRequest

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class APNSVoipSandboxChannelRequest

The APNSVoipSandboxChannelRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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 for this channel, key or certificate.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies whether the APNs VoIP sandbox channel is enabled for the application.

Public Property 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.

Public Property 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.

Public Property TokenKey System.String

Gets and sets the property TokenKey.

The authentication key to use for APNs tokens.

Public Property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5