aws-cdk-lib.aws_connectcampaigns.CfnCampaign.OutboundCallConfigProperty

interface OutboundCallConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.ConnectCampaigns.CfnCampaign.OutboundCallConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaigns#CfnCampaign_OutboundCallConfigProperty
Javasoftware.amazon.awscdk.services.connectcampaigns.CfnCampaign.OutboundCallConfigProperty
Pythonaws_cdk.aws_connectcampaigns.CfnCampaign.OutboundCallConfigProperty
TypeScript aws-cdk-lib » aws_connectcampaigns » CfnCampaign » OutboundCallConfigProperty

Contains outbound call configuration for an outbound campaign.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connectcampaigns as connectcampaigns } from 'aws-cdk-lib';
const outboundCallConfigProperty: connectcampaigns.CfnCampaign.OutboundCallConfigProperty = {
  connectContactFlowArn: 'connectContactFlowArn',
  connectQueueArn: 'connectQueueArn',

  // the properties below are optional
  answerMachineDetectionConfig: {
    enableAnswerMachineDetection: false,
  },
  connectSourcePhoneNumber: 'connectSourcePhoneNumber',
};

Properties

NameTypeDescription
connectContactFlowArnstringThe Amazon Resource Name (ARN) of the flow.
connectQueueArnstringThe Amazon Resource Name (ARN) of the queue.
answerMachineDetectionConfig?IResolvable | AnswerMachineDetectionConfigPropertyCfnCampaign.OutboundCallConfigProperty.AnswerMachineDetectionConfig.
connectSourcePhoneNumber?stringThe phone number associated with the outbound call.

connectContactFlowArn

Type: string

The Amazon Resource Name (ARN) of the flow.


connectQueueArn

Type: string

The Amazon Resource Name (ARN) of the queue.


answerMachineDetectionConfig?

Type: IResolvable | AnswerMachineDetectionConfigProperty (optional)

CfnCampaign.OutboundCallConfigProperty.AnswerMachineDetectionConfig.


connectSourcePhoneNumber?

Type: string (optional)

The phone number associated with the outbound call.

This is the caller ID that is displayed to customers when an agent calls them.