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