Interface CfnCampaign.SmsOutboundConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.SmsOutboundConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.SmsOutboundConfigProperty
extends software.amazon.jsii.JsiiSerializable
Default SMS outbound config.
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.connectcampaignsv2.*;
SmsOutboundConfigProperty smsOutboundConfigProperty = SmsOutboundConfigProperty.builder()
.connectSourcePhoneNumberArn("connectSourcePhoneNumberArn")
.wisdomTemplateArn("wisdomTemplateArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.SmsOutboundConfigPropertystatic final classAn implementation forCfnCampaign.SmsOutboundConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectSourcePhoneNumberArn
Arn.- See Also:
-
getWisdomTemplateArn
Arn.- See Also:
-
builder
-