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