Interface CfnCampaignPropsMixin.IEmailOutboundConfigProperty
The outbound configuration for email.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnCampaignPropsMixin.IEmailOutboundConfigProperty
Syntax (vb)
Public Interface CfnCampaignPropsMixin.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.CfnPropertyMixins.AWS.ConnectCampaignsV2;
var emailOutboundConfigProperty = new EmailOutboundConfigProperty {
ConnectSourceEmailAddress = "connectSourceEmailAddress",
SourceEmailAddressDisplayName = "sourceEmailAddressDisplayName",
WisdomTemplateArn = "wisdomTemplateArn"
};
Synopsis
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. |
Properties
ConnectSourceEmailAddress
The Amazon Connect source email address.
string? ConnectSourceEmailAddress { get; }
Property Value
Remarks
SourceEmailAddressDisplayName
The display name for the Amazon Connect source email address.
string? SourceEmailAddressDisplayName { get; }
Property Value
Remarks
WisdomTemplateArn
The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
string? WisdomTemplateArn { get; }