Interface CfnCampaignPropsMixin.SmsOutboundModeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCampaignPropsMixin.SmsOutboundModeProperty.Jsii$Proxy
Enclosing class:
CfnCampaignPropsMixin

@Stability(Stable) public static interface CfnCampaignPropsMixin.SmsOutboundModeProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the SMS outbound mode.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.*;
 Object agentlessConfig;
 SmsOutboundModeProperty smsOutboundModeProperty = SmsOutboundModeProperty.builder()
         .agentlessConfig(agentlessConfig)
         .build();
 

See Also: