describe_campaign
(**kwargs)¶Describes the specific campaign.
See also: AWS API Documentation
Request Syntax
response = client.describe_campaign(
id='string'
)
[REQUIRED]
Identifier representing a Campaign
{
'campaign': {
'arn': 'string',
'connectInstanceId': 'string',
'dialerConfig': {
'predictiveDialerConfig': {
'bandwidthAllocation': 123.0
},
'progressiveDialerConfig': {
'bandwidthAllocation': 123.0
}
},
'id': 'string',
'name': 'string',
'outboundCallConfig': {
'answerMachineDetectionConfig': {
'enableAnswerMachineDetection': True|False
},
'connectContactFlowId': 'string',
'connectQueueId': 'string',
'connectSourcePhoneNumber': 'string'
},
'tags': {
'string': 'string'
}
}
}
Response Structure
DescribeCampaignResponse
An Amazon Connect campaign.
The resource name of an Amazon Connect campaign.
Amazon Connect Instance Id
The possible types of dialer config parameters
Note
This is a Tagged Union structure. Only one of the following top level keys will be set: predictiveDialerConfig
, progressiveDialerConfig
. If a client receives an unknown member it will set SDK_UNKNOWN_MEMBER
as the top level key, which maps to the name or tag of the unknown member. The structure of SDK_UNKNOWN_MEMBER
is as follows:
'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'}
Predictive Dialer config
The bandwidth allocation of a queue resource.
Progressive Dialer config
The bandwidth allocation of a queue resource.
Identifier representing a Campaign
The name of an Amazon Connect Campaign name.
The configuration used for outbound calls.
Answering Machine Detection config
Enable or disable answering machine detection
The identifier of the contact flow for the outbound call.
The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number.
The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.
Tag map with key and value.
Tag key.
Tag value.
Exceptions
ConnectCampaignService.Client.exceptions.InternalServerException
ConnectCampaignService.Client.exceptions.ResourceNotFoundException
ConnectCampaignService.Client.exceptions.ValidationException
ConnectCampaignService.Client.exceptions.AccessDeniedException