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