interface EmailChannelSubtypeConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.EmailChannelSubtypeConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_EmailChannelSubtypeConfigProperty |
![]() | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.EmailChannelSubtypeConfigProperty |
![]() | aws_cdk.aws_connectcampaignsv2.CfnCampaign.EmailChannelSubtypeConfigProperty |
![]() | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » EmailChannelSubtypeConfigProperty |
The configuration for the email channel subtype.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connectcampaignsv2 as connectcampaignsv2 } from 'aws-cdk-lib';
declare const agentlessConfig: any;
const emailChannelSubtypeConfigProperty: connectcampaignsv2.CfnCampaign.EmailChannelSubtypeConfigProperty = {
defaultOutboundConfig: {
connectSourceEmailAddress: 'connectSourceEmailAddress',
wisdomTemplateArn: 'wisdomTemplateArn',
// the properties below are optional
sourceEmailAddressDisplayName: 'sourceEmailAddressDisplayName',
},
outboundMode: {
agentlessConfig: agentlessConfig,
},
// the properties below are optional
capacity: 123,
};
Properties
Name | Type | Description |
---|---|---|
default | IResolvable | Email | The default email outbound configuration of an outbound campaign. |
outbound | IResolvable | Email | The outbound mode for email of an outbound campaign. |
capacity? | number | The allocation of email capacity between multiple running outbound campaigns. |
defaultOutboundConfig
Type:
IResolvable
|
Email
The default email outbound configuration of an outbound campaign.
outboundMode
Type:
IResolvable
|
Email
The outbound mode for email of an outbound campaign.
capacity?
Type:
number
(optional)
The allocation of email capacity between multiple running outbound campaigns.