Class CfnCampaign.EmailOutboundConfigProperty
The outbound configuration for email.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCampaign.EmailOutboundConfigProperty : CfnCampaign.IEmailOutboundConfigProperty
Syntax (vb)
Public Class CfnCampaign.EmailOutboundConfigProperty Implements CfnCampaign.IEmailOutboundConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ConnectCampaignsV2;
var emailOutboundConfigProperty = new EmailOutboundConfigProperty {
ConnectSourceEmailAddress = "connectSourceEmailAddress",
WisdomTemplateArn = "wisdomTemplateArn",
// the properties below are optional
SourceEmailAddressDisplayName = "sourceEmailAddressDisplayName"
};
Synopsis
Constructors
| EmailOutboundConfigProperty() | The outbound configuration for email. |
Properties
| ConnectSourceEmailAddress | The Amazon Connect source email address. |
| SourceEmailAddressDisplayName | The display name for the Amazon Connect source email address. |
| WisdomTemplateArn | The Amazon Resource Name (ARN) of the Amazon Q in Connect template. |
Constructors
EmailOutboundConfigProperty()
The outbound configuration for email.
public EmailOutboundConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ConnectCampaignsV2;
var emailOutboundConfigProperty = new EmailOutboundConfigProperty {
ConnectSourceEmailAddress = "connectSourceEmailAddress",
WisdomTemplateArn = "wisdomTemplateArn",
// the properties below are optional
SourceEmailAddressDisplayName = "sourceEmailAddressDisplayName"
};
Properties
ConnectSourceEmailAddress
The Amazon Connect source email address.
public string ConnectSourceEmailAddress { get; set; }
Property Value
Remarks
SourceEmailAddressDisplayName
The display name for the Amazon Connect source email address.
public string? SourceEmailAddressDisplayName { get; set; }
Property Value
Remarks
WisdomTemplateArn
The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
public string WisdomTemplateArn { get; set; }