| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSMSChannel.Builder |
CfnSMSChannel.Builder.applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the SMS channel applies to.
|
static CfnSMSChannel.Builder |
CfnSMSChannel.Builder.create(software.constructs.Construct scope,
String id) |
CfnSMSChannel.Builder |
CfnSMSChannel.Builder.enabled(Boolean enabled)
Specifies whether to enable the SMS channel for the application.
|
CfnSMSChannel.Builder |
CfnSMSChannel.Builder.enabled(IResolvable enabled)
Specifies whether to enable the SMS channel for the application.
|
CfnSMSChannel.Builder |
CfnSMSChannel.Builder.senderId(String senderId)
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
|
CfnSMSChannel.Builder |
CfnSMSChannel.Builder.shortCode(String shortCode)
The registered short code that you want to use when you send messages through the SMS channel.
|
Copyright © 2022. All rights reserved.