Definition of AWS::ConnectCampaigns::Campaign Resource Type
connect_instance_arn
(String) Amazon Connect Instance Arndialer_config
(Attributes) The possible types of dialer config parameters (see below for nested schema)name
(String) Amazon Connect Campaign Nameoutbound_call_config
(Attributes) The configuration used for outbound calls. (see below for nested schema)tags
(Attributes Set) One or more tags. (see below for nested schema)arn
(String) Amazon Connect Campaign Arnid
(String) Uniquely identifies the resource.dialer_config
Optional:
agentless_dialer_config
(Attributes) Agentless Dialer config (see below for nested schema)predictive_dialer_config
(Attributes) Predictive Dialer config (see below for nested schema)progressive_dialer_config
(Attributes) Progressive Dialer config (see below for nested schema)dialer_config.agentless_dialer_config
Optional:
dialing_capacity
(Number) Allocates dialing capacity for this campaign between multiple active campaigns.dialer_config.predictive_dialer_config
Required:
bandwidth_allocation
(Number) The bandwidth allocation of a queue resource.Optional:
dialing_capacity
(Number) Allocates dialing capacity for this campaign between multiple active campaigns.dialer_config.progressive_dialer_config
Required:
bandwidth_allocation
(Number) The bandwidth allocation of a queue resource.Optional:
dialing_capacity
(Number) Allocates dialing capacity for this campaign between multiple active campaigns.outbound_call_config
Required:
connect_contact_flow_arn
(String) The identifier of the contact flow for the outbound call.Optional:
answer_machine_detection_config
(Attributes) The configuration used for answering machine detection during outbound calls (see below for nested schema)connect_queue_arn
(String) 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.connect_source_phone_number
(String) 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.outbound_call_config.answer_machine_detection_config
Required:
enable_answer_machine_detection
(Boolean) Flag to decided whether outbound calls should have answering machine detection enabled or notOptional:
await_answer_machine_prompt
(Boolean) Enables detection of prompts (e.g., beep after after a voicemail greeting)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that's 1 to 256 characters in length.Import is supported using the following syntax:
$ terraform import awscc_connectcampaigns_campaign.example <resource ID>