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.

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.APNSVoipSandboxChannelResponse

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

Syntax

C#
public class APNSVoipSandboxChannelResponse

The APNSVoipSandboxChannelResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The unique identifier for the application that the APNs VoIP sandbox channel applies to.

Public Property CreationDate System.String

Gets and sets the property CreationDate.

The date and time when the APNs VoIP sandbox channel was enabled.

Public Property DefaultAuthenticationMethod System.String

Gets and sets the property DefaultAuthenticationMethod.

The default authentication method that Amazon Pinpoint uses to authenticate 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 HasCredential System.Boolean

Gets and sets the property HasCredential.

(Not used) This property is retained only for backward compatibility.

Public Property HasTokenKey System.Boolean

Gets and sets the property HasTokenKey.

Specifies whether the APNs VoIP sandbox channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

Public Property Id System.String

Gets and sets the property Id.

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

Public Property IsArchived System.Boolean

Gets and sets the property IsArchived.

Specifies whether the APNs VoIP sandbox channel is archived.

Public Property LastModifiedBy System.String

Gets and sets the property LastModifiedBy.

The user who last modified the APNs VoIP sandbox channel.

Public Property LastModifiedDate System.String

Gets and sets the property LastModifiedDate.

The date and time when the APNs VoIP sandbox channel was last modified.

Public Property Platform System.String

Gets and sets the property Platform.

The type of messaging or notification platform for the channel. For the APNs VoIP sandbox channel, this value is APNS_VOIP_SANDBOX.

Public Property Version System.Int32

Gets and sets the property Version.

The current version of the APNs VoIP sandbox channel.

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