@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.241Z") @Stability(value=Stable) public interface CfnSMSChannelProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
CfnSMSChannelProps cfnSMSChannelProps = CfnSMSChannelProps.builder()
.applicationId("applicationId")
// the properties below are optional
.enabled(false)
.senderId("senderId")
.shortCode("shortCode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSMSChannelProps.Builder
A builder for
CfnSMSChannelProps |
static class |
CfnSMSChannelProps.Jsii$Proxy
An implementation for
CfnSMSChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSMSChannelProps.Builder |
builder() |
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the SMS channel applies to.
|
default Object |
getEnabled()
Specifies whether to enable the SMS channel for the application.
|
default String |
getSenderId()
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
|
default String |
getShortCode()
The registered short code that you want to use when you send messages through the SMS channel.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getSenderId()
SenderIDs are only supported in certain countries and regions. For more information, see Supported Countries and Regions in the Amazon Pinpoint User Guide .
@Stability(value=Stable) @Nullable default String getShortCode()
For information about obtaining a dedicated short code for sending SMS messages, see Requesting Dedicated Short Codes for SMS Messaging with Amazon Pinpoint in the Amazon Pinpoint User Guide .
@Stability(value=Stable) static CfnSMSChannelProps.Builder builder()
CfnSMSChannelProps.Builder of CfnSMSChannelPropsCopyright © 2022. All rights reserved.