| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.applicationId(String applicationId)
The unique identifier for the application that the APNs VoIP sandbox channel applies to.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.bundleId(String bundleId)
The bundle identifier that's assigned to your iOS app.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.certificate(String certificate)
The APNs client certificate that you received from Apple.
|
static CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.defaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.enabled(Boolean enabled)
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.enabled(IResolvable enabled)
Specifies whether the APNs VoIP sandbox channel is enabled for the application.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.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.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.teamId(String teamId)
The identifier that's assigned to your Apple developer account team.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.tokenKey(String tokenKey)
The authentication key to use for APNs tokens.
|
CfnAPNSVoipSandboxChannel.Builder |
CfnAPNSVoipSandboxChannel.Builder.tokenKeyId(String tokenKeyId)
The key identifier that's assigned to your APNs signing key.
|
Copyright © 2022. All rights reserved.