Uses of Class
software.amazon.awscdk.services.pinpoint.CfnAPNSSandboxChannel.Builder
Packages that use CfnAPNSSandboxChannel.Builder
-
Uses of CfnAPNSSandboxChannel.Builder in software.amazon.awscdk.services.pinpoint
Methods in software.amazon.awscdk.services.pinpoint that return CfnAPNSSandboxChannel.BuilderModifier and TypeMethodDescriptionCfnAPNSSandboxChannel.Builder.applicationId
(String applicationId) The unique identifier for the Amazon Pinpoint application that the APNs sandbox channel applies to.The bundle identifier that's assigned to your iOS app.CfnAPNSSandboxChannel.Builder.certificate
(String certificate) The APNs client certificate that you received from Apple.CfnAPNSSandboxChannel.Builder.defaultAuthenticationMethod
(String defaultAuthenticationMethod) The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.Specifies whether to enable the APNs Sandbox channel for the Amazon Pinpoint application.CfnAPNSSandboxChannel.Builder.enabled
(IResolvable enabled) Specifies whether to enable the APNs Sandbox channel for the Amazon Pinpoint application.CfnAPNSSandboxChannel.Builder.privateKey
(String privateKey) The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.The identifier that's assigned to your Apple Developer Account team.The authentication key to use for APNs tokens.CfnAPNSSandboxChannel.Builder.tokenKeyId
(String tokenKeyId) The key identifier that's assigned to your APNs signing key.