Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

APNSVoipSandboxChannelRequest

import type { APNSVoipSandboxChannelRequest } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

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

interface APNSVoipSandboxChannelRequest {
BundleId?: string | null;
Certificate?: string | null;
DefaultAuthenticationMethod?: string | null;
Enabled?: boolean | null;
PrivateKey?: string | null;
TeamId?: string | null;
TokenKey?: string | null;
TokenKeyId?: string | null;
}

§Properties

§
BundleId?: string | null
[src]

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

§
Certificate?: string | null
[src]

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?: string | null
[src]

The default authentication method that you want Amazon Pinpoint to use when authenticating with the APNs sandbox environment for this channel, key or certificate.

§
Enabled?: boolean | null
[src]

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

§
PrivateKey?: string | null
[src]

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

§
TeamId?: string | null
[src]

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

§
TokenKey?: string | null
[src]

The authentication key to use for APNs tokens.

§
TokenKeyId?: string | null
[src]

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.