Campaign Args
data class CampaignArgs(val connectInstanceArn: Output<String>? = null, val dialerConfig: Output<CampaignDialerConfigArgs>? = null, val name: Output<String>? = null, val outboundCallConfig: Output<CampaignOutboundCallConfigArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CampaignArgs>
Definition of AWS::ConnectCampaigns::Campaign Resource Type
Constructors
Link copied to clipboard
constructor(connectInstanceArn: Output<String>? = null, dialerConfig: Output<CampaignDialerConfigArgs>? = null, name: Output<String>? = null, outboundCallConfig: Output<CampaignOutboundCallConfigArgs>? = null, tags: Output<List<TagArgs>>? = null)