Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnAPNSSandboxChannelPropsMixin.Builder
Packages that use CfnAPNSSandboxChannelPropsMixin.Builder
-
Uses of CfnAPNSSandboxChannelPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.pinpoint
Methods in software.amazon.awscdk.cfnpropertymixins.services.pinpoint that return CfnAPNSSandboxChannelPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAPNSSandboxChannelPropsMixin.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.CfnAPNSSandboxChannelPropsMixin.Builder.certificate(String certificate) The APNs client certificate that you received from Apple.CfnAPNSSandboxChannelPropsMixin.Builder.create()CfnAPNSSandboxChannelPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAPNSSandboxChannelPropsMixin.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.CfnAPNSSandboxChannelPropsMixin.Builder.enabled(IResolvable enabled) Specifies whether to enable the APNs Sandbox channel for the Amazon Pinpoint application.CfnAPNSSandboxChannelPropsMixin.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.CfnAPNSSandboxChannelPropsMixin.Builder.tokenKeyId(String tokenKeyId) The key identifier that's assigned to your APNs signing key.