APNSVoipChannelRequest

public struct APNSVoipChannelRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bundle identifier that’s assigned to your iOS app. This identifier is used for APNs tokens.

    Declaration

    Swift

    public let bundleId: String?
  • The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.

    Declaration

    Swift

    public let certificate: String?
  • The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.

    Declaration

    Swift

    public let defaultAuthenticationMethod: String?
  • Specifies whether to enable the APNs VoIP channel for the application.

    Declaration

    Swift

    public let enabled: Bool?
  • The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.

    Declaration

    Swift

    public let privateKey: String?
  • The identifier that’s assigned to your Apple developer account team. This identifier is used for APNs tokens.

    Declaration

    Swift

    public let teamId: String?
  • The authentication key to use for APNs tokens.

    Declaration

    Swift

    public let tokenKey: String?
  • The key identifier that’s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.

    Declaration

    Swift

    public let tokenKeyId: String?
  • Undocumented

    Declaration

    Swift

    public init(bundleId: String? = nil, certificate: String? = nil, defaultAuthenticationMethod: String? = nil, enabled: Bool? = nil, privateKey: String? = nil, teamId: String? = nil, tokenKey: String? = nil, tokenKeyId: String? = nil)