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