Interface CfnCampaignPropsMixin.EmailOutboundConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.EmailOutboundConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.EmailOutboundConfigProperty
extends software.amazon.jsii.JsiiSerializable
The outbound configuration for email.
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.*;
EmailOutboundConfigProperty emailOutboundConfigProperty = EmailOutboundConfigProperty.builder()
.connectSourceEmailAddress("connectSourceEmailAddress")
.sourceEmailAddressDisplayName("sourceEmailAddressDisplayName")
.wisdomTemplateArn("wisdomTemplateArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.EmailOutboundConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.EmailOutboundConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectSourceEmailAddress
The Amazon Connect source email address.- See Also:
-
getSourceEmailAddressDisplayName
The display name for the Amazon Connect source email address.- See Also:
-
getWisdomTemplateArn
The Amazon Resource Name (ARN) of the Amazon Q in Connect template.- See Also:
-
builder
-