1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connectcampaignsv2
  5. Campaign

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connectcampaignsv2.Campaign

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Definition of AWS::ConnectCampaignsV2::Campaign Resource Type

    Create Campaign Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Campaign(name: string, args: CampaignArgs, opts?: CustomResourceOptions);
    @overload
    def Campaign(resource_name: str,
                 args: CampaignArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Campaign(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 channel_subtype_config: Optional[CampaignChannelSubtypeConfigArgs] = None,
                 connect_instance_id: Optional[str] = None,
                 communication_limits_override: Optional[CampaignCommunicationLimitsConfigArgs] = None,
                 communication_time_config: Optional[CampaignCommunicationTimeConfigArgs] = None,
                 connect_campaign_flow_arn: Optional[str] = None,
                 name: Optional[str] = None,
                 schedule: Optional[CampaignScheduleArgs] = None,
                 source: Optional[CampaignSourceArgs] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewCampaign(ctx *Context, name string, args CampaignArgs, opts ...ResourceOption) (*Campaign, error)
    public Campaign(string name, CampaignArgs args, CustomResourceOptions? opts = null)
    public Campaign(String name, CampaignArgs args)
    public Campaign(String name, CampaignArgs args, CustomResourceOptions options)
    
    type: aws-native:connectcampaignsv2:Campaign
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CampaignArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CampaignArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CampaignArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CampaignArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CampaignArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Campaign Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Campaign resource accepts the following input properties:

    ChannelSubtypeConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignChannelSubtypeConfig
    Contains channel subtype configuration for an outbound campaign.
    ConnectInstanceId string
    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
    CommunicationLimitsOverride Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignCommunicationLimitsConfig
    Communication limits configuration for an outbound campaign.
    CommunicationTimeConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignCommunicationTimeConfig
    Contains communication time configuration for an outbound campaign.
    ConnectCampaignFlowArn string
    The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
    Name string
    The name of the outbound campaign.
    Schedule Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignSchedule
    Contains the schedule configuration.
    Source Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignSource
    Contains source configuration.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    One or more tags.
    ChannelSubtypeConfig CampaignChannelSubtypeConfigArgs
    Contains channel subtype configuration for an outbound campaign.
    ConnectInstanceId string
    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
    CommunicationLimitsOverride CampaignCommunicationLimitsConfigArgs
    Communication limits configuration for an outbound campaign.
    CommunicationTimeConfig CampaignCommunicationTimeConfigArgs
    Contains communication time configuration for an outbound campaign.
    ConnectCampaignFlowArn string
    The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
    Name string
    The name of the outbound campaign.
    Schedule CampaignScheduleArgs
    Contains the schedule configuration.
    Source CampaignSourceArgs
    Contains source configuration.
    Tags TagArgs
    One or more tags.
    channelSubtypeConfig CampaignChannelSubtypeConfig
    Contains channel subtype configuration for an outbound campaign.
    connectInstanceId String
    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
    communicationLimitsOverride CampaignCommunicationLimitsConfig
    Communication limits configuration for an outbound campaign.
    communicationTimeConfig CampaignCommunicationTimeConfig
    Contains communication time configuration for an outbound campaign.
    connectCampaignFlowArn String
    The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
    name String
    The name of the outbound campaign.
    schedule CampaignSchedule
    Contains the schedule configuration.
    source CampaignSource
    Contains source configuration.
    tags List<Tag>
    One or more tags.
    channelSubtypeConfig CampaignChannelSubtypeConfig
    Contains channel subtype configuration for an outbound campaign.
    connectInstanceId string
    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
    communicationLimitsOverride CampaignCommunicationLimitsConfig
    Communication limits configuration for an outbound campaign.
    communicationTimeConfig CampaignCommunicationTimeConfig
    Contains communication time configuration for an outbound campaign.
    connectCampaignFlowArn string
    The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
    name string
    The name of the outbound campaign.
    schedule CampaignSchedule
    Contains the schedule configuration.
    source CampaignSource
    Contains source configuration.
    tags Tag[]
    One or more tags.
    channel_subtype_config CampaignChannelSubtypeConfigArgs
    Contains channel subtype configuration for an outbound campaign.
    connect_instance_id str
    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
    communication_limits_override CampaignCommunicationLimitsConfigArgs
    Communication limits configuration for an outbound campaign.
    communication_time_config CampaignCommunicationTimeConfigArgs
    Contains communication time configuration for an outbound campaign.
    connect_campaign_flow_arn str
    The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
    name str
    The name of the outbound campaign.
    schedule CampaignScheduleArgs
    Contains the schedule configuration.
    source CampaignSourceArgs
    Contains source configuration.
    tags Sequence[TagArgs]
    One or more tags.
    channelSubtypeConfig Property Map
    Contains channel subtype configuration for an outbound campaign.
    connectInstanceId String
    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
    communicationLimitsOverride Property Map
    Communication limits configuration for an outbound campaign.
    communicationTimeConfig Property Map
    Contains communication time configuration for an outbound campaign.
    connectCampaignFlowArn String
    The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
    name String
    The name of the outbound campaign.
    schedule Property Map
    Contains the schedule configuration.
    source Property Map
    Contains source configuration.
    tags List<Property Map>
    One or more tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Campaign resource produces the following output properties:

    Arn string
    Amazon Connect Campaign Arn
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Amazon Connect Campaign Arn
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    Amazon Connect Campaign Arn
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    Amazon Connect Campaign Arn
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    Amazon Connect Campaign Arn
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    Amazon Connect Campaign Arn
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CampaignAnswerMachineDetectionConfig, CampaignAnswerMachineDetectionConfigArgs

    EnableAnswerMachineDetection bool
    Flag to decided whether outbound calls should have answering machine detection enabled or not
    AwaitAnswerMachinePrompt bool
    Enables detection of prompts (e.g., beep after after a voicemail greeting)
    EnableAnswerMachineDetection bool
    Flag to decided whether outbound calls should have answering machine detection enabled or not
    AwaitAnswerMachinePrompt bool
    Enables detection of prompts (e.g., beep after after a voicemail greeting)
    enableAnswerMachineDetection Boolean
    Flag to decided whether outbound calls should have answering machine detection enabled or not
    awaitAnswerMachinePrompt Boolean
    Enables detection of prompts (e.g., beep after after a voicemail greeting)
    enableAnswerMachineDetection boolean
    Flag to decided whether outbound calls should have answering machine detection enabled or not
    awaitAnswerMachinePrompt boolean
    Enables detection of prompts (e.g., beep after after a voicemail greeting)
    enable_answer_machine_detection bool
    Flag to decided whether outbound calls should have answering machine detection enabled or not
    await_answer_machine_prompt bool
    Enables detection of prompts (e.g., beep after after a voicemail greeting)
    enableAnswerMachineDetection Boolean
    Flag to decided whether outbound calls should have answering machine detection enabled or not
    awaitAnswerMachinePrompt Boolean
    Enables detection of prompts (e.g., beep after after a voicemail greeting)

    CampaignChannelSubtypeConfig, CampaignChannelSubtypeConfigArgs

    Email CampaignEmailChannelSubtypeConfig
    The configuration of the email channel subtype.
    Sms CampaignSmsChannelSubtypeConfig
    The configuration of the SMS channel subtype.
    Telephony CampaignTelephonyChannelSubtypeConfig
    The configuration of the telephony channel subtype.
    email CampaignEmailChannelSubtypeConfig
    The configuration of the email channel subtype.
    sms CampaignSmsChannelSubtypeConfig
    The configuration of the SMS channel subtype.
    telephony CampaignTelephonyChannelSubtypeConfig
    The configuration of the telephony channel subtype.
    email CampaignEmailChannelSubtypeConfig
    The configuration of the email channel subtype.
    sms CampaignSmsChannelSubtypeConfig
    The configuration of the SMS channel subtype.
    telephony CampaignTelephonyChannelSubtypeConfig
    The configuration of the telephony channel subtype.
    email CampaignEmailChannelSubtypeConfig
    The configuration of the email channel subtype.
    sms CampaignSmsChannelSubtypeConfig
    The configuration of the SMS channel subtype.
    telephony CampaignTelephonyChannelSubtypeConfig
    The configuration of the telephony channel subtype.
    email Property Map
    The configuration of the email channel subtype.
    sms Property Map
    The configuration of the SMS channel subtype.
    telephony Property Map
    The configuration of the telephony channel subtype.

    CampaignCommunicationLimit, CampaignCommunicationLimitArgs

    CampaignCommunicationLimitTimeUnit, CampaignCommunicationLimitTimeUnitArgs

    Day
    DAY
    CampaignCommunicationLimitTimeUnitDay
    DAY
    Day
    DAY
    Day
    DAY
    DAY
    DAY
    "DAY"
    DAY

    CampaignCommunicationLimits, CampaignCommunicationLimitsArgs

    communicationLimitList List<Property Map>
    The list of CommunicationLimits.

    CampaignCommunicationLimitsConfig, CampaignCommunicationLimitsConfigArgs

    AllChannelsSubtypes Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignCommunicationLimits
    The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.
    AllChannelsSubtypes CampaignCommunicationLimits
    The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.
    allChannelsSubtypes CampaignCommunicationLimits
    The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.
    allChannelsSubtypes CampaignCommunicationLimits
    The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.
    all_channels_subtypes CampaignCommunicationLimits
    The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.
    allChannelsSubtypes Property Map
    The CommunicationLimits that apply to all channel subtypes defined in an outbound campaign.

    CampaignCommunicationTimeConfig, CampaignCommunicationTimeConfigArgs

    LocalTimeZoneConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignLocalTimeZoneConfig
    The local timezone configuration.
    Email Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignTimeWindow
    The communication time configuration for the email channel subtype.
    Sms Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignTimeWindow
    The communication time configuration for the SMS channel subtype.
    Telephony Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignTimeWindow
    The communication time configuration for the telephony channel subtype.
    LocalTimeZoneConfig CampaignLocalTimeZoneConfig
    The local timezone configuration.
    Email CampaignTimeWindow
    The communication time configuration for the email channel subtype.
    Sms CampaignTimeWindow
    The communication time configuration for the SMS channel subtype.
    Telephony CampaignTimeWindow
    The communication time configuration for the telephony channel subtype.
    localTimeZoneConfig CampaignLocalTimeZoneConfig
    The local timezone configuration.
    email CampaignTimeWindow
    The communication time configuration for the email channel subtype.
    sms CampaignTimeWindow
    The communication time configuration for the SMS channel subtype.
    telephony CampaignTimeWindow
    The communication time configuration for the telephony channel subtype.
    localTimeZoneConfig CampaignLocalTimeZoneConfig
    The local timezone configuration.
    email CampaignTimeWindow
    The communication time configuration for the email channel subtype.
    sms CampaignTimeWindow
    The communication time configuration for the SMS channel subtype.
    telephony CampaignTimeWindow
    The communication time configuration for the telephony channel subtype.
    local_time_zone_config CampaignLocalTimeZoneConfig
    The local timezone configuration.
    email CampaignTimeWindow
    The communication time configuration for the email channel subtype.
    sms CampaignTimeWindow
    The communication time configuration for the SMS channel subtype.
    telephony CampaignTimeWindow
    The communication time configuration for the telephony channel subtype.
    localTimeZoneConfig Property Map
    The local timezone configuration.
    email Property Map
    The communication time configuration for the email channel subtype.
    sms Property Map
    The communication time configuration for the SMS channel subtype.
    telephony Property Map
    The communication time configuration for the telephony channel subtype.

    CampaignDailyHour, CampaignDailyHourArgs

    CampaignDayOfWeek, CampaignDayOfWeekArgs

    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    CampaignDayOfWeekMonday
    MONDAY
    CampaignDayOfWeekTuesday
    TUESDAY
    CampaignDayOfWeekWednesday
    WEDNESDAY
    CampaignDayOfWeekThursday
    THURSDAY
    CampaignDayOfWeekFriday
    FRIDAY
    CampaignDayOfWeekSaturday
    SATURDAY
    CampaignDayOfWeekSunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    MONDAY
    MONDAY
    TUESDAY
    TUESDAY
    WEDNESDAY
    WEDNESDAY
    THURSDAY
    THURSDAY
    FRIDAY
    FRIDAY
    SATURDAY
    SATURDAY
    SUNDAY
    SUNDAY
    "MONDAY"
    MONDAY
    "TUESDAY"
    TUESDAY
    "WEDNESDAY"
    WEDNESDAY
    "THURSDAY"
    THURSDAY
    "FRIDAY"
    FRIDAY
    "SATURDAY"
    SATURDAY
    "SUNDAY"
    SUNDAY

    CampaignEmailChannelSubtypeConfig, CampaignEmailChannelSubtypeConfigArgs

    DefaultOutboundConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignEmailOutboundConfig
    The default email outbound configuration of an outbound campaign.
    OutboundMode Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignEmailOutboundMode
    The outbound mode for email of an outbound campaign.
    Capacity double
    The allocation of email capacity between multiple running outbound campaigns.
    DefaultOutboundConfig CampaignEmailOutboundConfig
    The default email outbound configuration of an outbound campaign.
    OutboundMode CampaignEmailOutboundMode
    The outbound mode for email of an outbound campaign.
    Capacity float64
    The allocation of email capacity between multiple running outbound campaigns.
    defaultOutboundConfig CampaignEmailOutboundConfig
    The default email outbound configuration of an outbound campaign.
    outboundMode CampaignEmailOutboundMode
    The outbound mode for email of an outbound campaign.
    capacity Double
    The allocation of email capacity between multiple running outbound campaigns.
    defaultOutboundConfig CampaignEmailOutboundConfig
    The default email outbound configuration of an outbound campaign.
    outboundMode CampaignEmailOutboundMode
    The outbound mode for email of an outbound campaign.
    capacity number
    The allocation of email capacity between multiple running outbound campaigns.
    default_outbound_config CampaignEmailOutboundConfig
    The default email outbound configuration of an outbound campaign.
    outbound_mode CampaignEmailOutboundMode
    The outbound mode for email of an outbound campaign.
    capacity float
    The allocation of email capacity between multiple running outbound campaigns.
    defaultOutboundConfig Property Map
    The default email outbound configuration of an outbound campaign.
    outboundMode Property Map
    The outbound mode for email of an outbound campaign.
    capacity Number
    The allocation of email capacity between multiple running outbound campaigns.

    CampaignEmailOutboundConfig, CampaignEmailOutboundConfigArgs

    ConnectSourceEmailAddress string
    The Amazon Connect source email address.
    WisdomTemplateArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    SourceEmailAddressDisplayName string
    The display name for the Amazon Connect source email address.
    ConnectSourceEmailAddress string
    The Amazon Connect source email address.
    WisdomTemplateArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    SourceEmailAddressDisplayName string
    The display name for the Amazon Connect source email address.
    connectSourceEmailAddress String
    The Amazon Connect source email address.
    wisdomTemplateArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    sourceEmailAddressDisplayName String
    The display name for the Amazon Connect source email address.
    connectSourceEmailAddress string
    The Amazon Connect source email address.
    wisdomTemplateArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    sourceEmailAddressDisplayName string
    The display name for the Amazon Connect source email address.
    connect_source_email_address str
    The Amazon Connect source email address.
    wisdom_template_arn str
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    source_email_address_display_name str
    The display name for the Amazon Connect source email address.
    connectSourceEmailAddress String
    The Amazon Connect source email address.
    wisdomTemplateArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    sourceEmailAddressDisplayName String
    The display name for the Amazon Connect source email address.

    CampaignEmailOutboundMode, CampaignEmailOutboundModeArgs

    AgentlessConfig CampaignAgentlessConfig
    The agentless outbound mode configuration for email.
    agentlessConfig CampaignAgentlessConfig
    The agentless outbound mode configuration for email.
    agentlessConfig CampaignAgentlessConfig
    The agentless outbound mode configuration for email.
    agentless_config CampaignAgentlessConfig
    The agentless outbound mode configuration for email.
    agentlessConfig Property Map
    The agentless outbound mode configuration for email.

    CampaignEventTrigger, CampaignEventTriggerArgs

    CustomerProfilesDomainArn string
    The Amazon Resource Name (ARN) of the Customer Profiles domain.
    CustomerProfilesDomainArn string
    The Amazon Resource Name (ARN) of the Customer Profiles domain.
    customerProfilesDomainArn String
    The Amazon Resource Name (ARN) of the Customer Profiles domain.
    customerProfilesDomainArn string
    The Amazon Resource Name (ARN) of the Customer Profiles domain.
    customer_profiles_domain_arn str
    The Amazon Resource Name (ARN) of the Customer Profiles domain.
    customerProfilesDomainArn String
    The Amazon Resource Name (ARN) of the Customer Profiles domain.

    CampaignLocalTimeZoneConfig, CampaignLocalTimeZoneConfigArgs

    DefaultTimeZone string
    The timezone to use for all recipients.
    LocalTimeZoneDetection List<Pulumi.AwsNative.ConnectCampaignsV2.CampaignLocalTimeZoneDetectionType>
    Detects methods for the recipient's timezone.
    DefaultTimeZone string
    The timezone to use for all recipients.
    LocalTimeZoneDetection []CampaignLocalTimeZoneDetectionType
    Detects methods for the recipient's timezone.
    defaultTimeZone String
    The timezone to use for all recipients.
    localTimeZoneDetection List<CampaignLocalTimeZoneDetectionType>
    Detects methods for the recipient's timezone.
    defaultTimeZone string
    The timezone to use for all recipients.
    localTimeZoneDetection CampaignLocalTimeZoneDetectionType[]
    Detects methods for the recipient's timezone.
    default_time_zone str
    The timezone to use for all recipients.
    local_time_zone_detection Sequence[CampaignLocalTimeZoneDetectionType]
    Detects methods for the recipient's timezone.
    defaultTimeZone String
    The timezone to use for all recipients.
    localTimeZoneDetection List<"ZIP_CODE" | "AREA_CODE">
    Detects methods for the recipient's timezone.

    CampaignLocalTimeZoneDetectionType, CampaignLocalTimeZoneDetectionTypeArgs

    ZipCode
    ZIP_CODE
    AreaCode
    AREA_CODE
    CampaignLocalTimeZoneDetectionTypeZipCode
    ZIP_CODE
    CampaignLocalTimeZoneDetectionTypeAreaCode
    AREA_CODE
    ZipCode
    ZIP_CODE
    AreaCode
    AREA_CODE
    ZipCode
    ZIP_CODE
    AreaCode
    AREA_CODE
    ZIP_CODE
    ZIP_CODE
    AREA_CODE
    AREA_CODE
    "ZIP_CODE"
    ZIP_CODE
    "AREA_CODE"
    AREA_CODE

    CampaignOpenHours, CampaignOpenHoursArgs

    DailyHours []CampaignDailyHour
    The daily hours configuration.
    dailyHours List<CampaignDailyHour>
    The daily hours configuration.
    dailyHours CampaignDailyHour[]
    The daily hours configuration.
    daily_hours Sequence[CampaignDailyHour]
    The daily hours configuration.
    dailyHours List<Property Map>
    The daily hours configuration.

    CampaignPredictiveConfig, CampaignPredictiveConfigArgs

    BandwidthAllocation double
    Bandwidth allocation for the predictive outbound mode.
    BandwidthAllocation float64
    Bandwidth allocation for the predictive outbound mode.
    bandwidthAllocation Double
    Bandwidth allocation for the predictive outbound mode.
    bandwidthAllocation number
    Bandwidth allocation for the predictive outbound mode.
    bandwidth_allocation float
    Bandwidth allocation for the predictive outbound mode.
    bandwidthAllocation Number
    Bandwidth allocation for the predictive outbound mode.

    CampaignProgressiveConfig, CampaignProgressiveConfigArgs

    BandwidthAllocation double
    Bandwidth allocation for the progressive outbound mode.
    BandwidthAllocation float64
    Bandwidth allocation for the progressive outbound mode.
    bandwidthAllocation Double
    Bandwidth allocation for the progressive outbound mode.
    bandwidthAllocation number
    Bandwidth allocation for the progressive outbound mode.
    bandwidth_allocation float
    Bandwidth allocation for the progressive outbound mode.
    bandwidthAllocation Number
    Bandwidth allocation for the progressive outbound mode.

    CampaignRestrictedPeriod, CampaignRestrictedPeriodArgs

    EndDate string
    StartDate string
    Name string
    The name of a restricted period
    EndDate string
    StartDate string
    Name string
    The name of a restricted period
    endDate String
    startDate String
    name String
    The name of a restricted period
    endDate string
    startDate string
    name string
    The name of a restricted period
    end_date str
    start_date str
    name str
    The name of a restricted period
    endDate String
    startDate String
    name String
    The name of a restricted period

    CampaignRestrictedPeriods, CampaignRestrictedPeriodsArgs

    restrictedPeriodList List<Property Map>
    The restricted period list.

    CampaignSchedule, CampaignScheduleArgs

    EndTime string
    The end time of the schedule in UTC.
    StartTime string
    The start time of the schedule in UTC.
    RefreshFrequency string
    The refresh frequency of the campaign.
    EndTime string
    The end time of the schedule in UTC.
    StartTime string
    The start time of the schedule in UTC.
    RefreshFrequency string
    The refresh frequency of the campaign.
    endTime String
    The end time of the schedule in UTC.
    startTime String
    The start time of the schedule in UTC.
    refreshFrequency String
    The refresh frequency of the campaign.
    endTime string
    The end time of the schedule in UTC.
    startTime string
    The start time of the schedule in UTC.
    refreshFrequency string
    The refresh frequency of the campaign.
    end_time str
    The end time of the schedule in UTC.
    start_time str
    The start time of the schedule in UTC.
    refresh_frequency str
    The refresh frequency of the campaign.
    endTime String
    The end time of the schedule in UTC.
    startTime String
    The start time of the schedule in UTC.
    refreshFrequency String
    The refresh frequency of the campaign.

    CampaignSmsChannelSubtypeConfig, CampaignSmsChannelSubtypeConfigArgs

    DefaultOutboundConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignSmsOutboundConfig
    The default SMS outbound configuration of an outbound campaign.
    OutboundMode Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignSmsOutboundMode
    The outbound mode of SMS for an outbound campaign.
    Capacity double
    The allocation of SMS capacity between multiple running outbound campaigns.
    DefaultOutboundConfig CampaignSmsOutboundConfig
    The default SMS outbound configuration of an outbound campaign.
    OutboundMode CampaignSmsOutboundMode
    The outbound mode of SMS for an outbound campaign.
    Capacity float64
    The allocation of SMS capacity between multiple running outbound campaigns.
    defaultOutboundConfig CampaignSmsOutboundConfig
    The default SMS outbound configuration of an outbound campaign.
    outboundMode CampaignSmsOutboundMode
    The outbound mode of SMS for an outbound campaign.
    capacity Double
    The allocation of SMS capacity between multiple running outbound campaigns.
    defaultOutboundConfig CampaignSmsOutboundConfig
    The default SMS outbound configuration of an outbound campaign.
    outboundMode CampaignSmsOutboundMode
    The outbound mode of SMS for an outbound campaign.
    capacity number
    The allocation of SMS capacity between multiple running outbound campaigns.
    default_outbound_config CampaignSmsOutboundConfig
    The default SMS outbound configuration of an outbound campaign.
    outbound_mode CampaignSmsOutboundMode
    The outbound mode of SMS for an outbound campaign.
    capacity float
    The allocation of SMS capacity between multiple running outbound campaigns.
    defaultOutboundConfig Property Map
    The default SMS outbound configuration of an outbound campaign.
    outboundMode Property Map
    The outbound mode of SMS for an outbound campaign.
    capacity Number
    The allocation of SMS capacity between multiple running outbound campaigns.

    CampaignSmsOutboundConfig, CampaignSmsOutboundConfigArgs

    ConnectSourcePhoneNumberArn string
    The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
    WisdomTemplateArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    ConnectSourcePhoneNumberArn string
    The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
    WisdomTemplateArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    connectSourcePhoneNumberArn String
    The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
    wisdomTemplateArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    connectSourcePhoneNumberArn string
    The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
    wisdomTemplateArn string
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    connect_source_phone_number_arn str
    The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
    wisdom_template_arn str
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.
    connectSourcePhoneNumberArn String
    The Amazon Resource Name (ARN) of the Amazon Connect source SMS phone number.
    wisdomTemplateArn String
    The Amazon Resource Name (ARN) of the Amazon Q in Connect template.

    CampaignSmsOutboundMode, CampaignSmsOutboundModeArgs

    AgentlessConfig CampaignAgentlessConfig
    Contains agentless outbound mode configuration.
    agentlessConfig CampaignAgentlessConfig
    Contains agentless outbound mode configuration.
    agentlessConfig CampaignAgentlessConfig
    Contains agentless outbound mode configuration.
    agentless_config CampaignAgentlessConfig
    Contains agentless outbound mode configuration.
    agentlessConfig Property Map
    Contains agentless outbound mode configuration.

    CampaignSource, CampaignSourceArgs

    CustomerProfilesSegmentArn string
    The Amazon Resource Name (ARN) of the Customer Profiles segment.
    EventTrigger Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignEventTrigger
    The event trigger of the campaign.
    CustomerProfilesSegmentArn string
    The Amazon Resource Name (ARN) of the Customer Profiles segment.
    EventTrigger CampaignEventTrigger
    The event trigger of the campaign.
    customerProfilesSegmentArn String
    The Amazon Resource Name (ARN) of the Customer Profiles segment.
    eventTrigger CampaignEventTrigger
    The event trigger of the campaign.
    customerProfilesSegmentArn string
    The Amazon Resource Name (ARN) of the Customer Profiles segment.
    eventTrigger CampaignEventTrigger
    The event trigger of the campaign.
    customer_profiles_segment_arn str
    The Amazon Resource Name (ARN) of the Customer Profiles segment.
    event_trigger CampaignEventTrigger
    The event trigger of the campaign.
    customerProfilesSegmentArn String
    The Amazon Resource Name (ARN) of the Customer Profiles segment.
    eventTrigger Property Map
    The event trigger of the campaign.

    CampaignTelephonyChannelSubtypeConfig, CampaignTelephonyChannelSubtypeConfigArgs

    DefaultOutboundConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignTelephonyOutboundConfig
    The default telephony outbound configuration of an outbound campaign.
    OutboundMode Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignTelephonyOutboundMode
    The outbound mode of telephony for an outbound campaign.
    Capacity double
    The allocation of telephony capacity between multiple running outbound campaigns.
    ConnectQueueId string
    The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.
    DefaultOutboundConfig CampaignTelephonyOutboundConfig
    The default telephony outbound configuration of an outbound campaign.
    OutboundMode CampaignTelephonyOutboundMode
    The outbound mode of telephony for an outbound campaign.
    Capacity float64
    The allocation of telephony capacity between multiple running outbound campaigns.
    ConnectQueueId string
    The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.
    defaultOutboundConfig CampaignTelephonyOutboundConfig
    The default telephony outbound configuration of an outbound campaign.
    outboundMode CampaignTelephonyOutboundMode
    The outbound mode of telephony for an outbound campaign.
    capacity Double
    The allocation of telephony capacity between multiple running outbound campaigns.
    connectQueueId String
    The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.
    defaultOutboundConfig CampaignTelephonyOutboundConfig
    The default telephony outbound configuration of an outbound campaign.
    outboundMode CampaignTelephonyOutboundMode
    The outbound mode of telephony for an outbound campaign.
    capacity number
    The allocation of telephony capacity between multiple running outbound campaigns.
    connectQueueId string
    The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.
    default_outbound_config CampaignTelephonyOutboundConfig
    The default telephony outbound configuration of an outbound campaign.
    outbound_mode CampaignTelephonyOutboundMode
    The outbound mode of telephony for an outbound campaign.
    capacity float
    The allocation of telephony capacity between multiple running outbound campaigns.
    connect_queue_id str
    The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.
    defaultOutboundConfig Property Map
    The default telephony outbound configuration of an outbound campaign.
    outboundMode Property Map
    The outbound mode of telephony for an outbound campaign.
    capacity Number
    The allocation of telephony capacity between multiple running outbound campaigns.
    connectQueueId String
    The identifier of the Amazon Connect queue associated with telephony outbound requests of an outbound campaign.

    CampaignTelephonyOutboundConfig, CampaignTelephonyOutboundConfigArgs

    ConnectContactFlowId string
    The identifier of the published Amazon Connect contact flow.
    AnswerMachineDetectionConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignAnswerMachineDetectionConfig
    The answering machine detection configuration.
    ConnectSourcePhoneNumber string
    The Amazon Connect source phone number.
    ConnectContactFlowId string
    The identifier of the published Amazon Connect contact flow.
    AnswerMachineDetectionConfig CampaignAnswerMachineDetectionConfig
    The answering machine detection configuration.
    ConnectSourcePhoneNumber string
    The Amazon Connect source phone number.
    connectContactFlowId String
    The identifier of the published Amazon Connect contact flow.
    answerMachineDetectionConfig CampaignAnswerMachineDetectionConfig
    The answering machine detection configuration.
    connectSourcePhoneNumber String
    The Amazon Connect source phone number.
    connectContactFlowId string
    The identifier of the published Amazon Connect contact flow.
    answerMachineDetectionConfig CampaignAnswerMachineDetectionConfig
    The answering machine detection configuration.
    connectSourcePhoneNumber string
    The Amazon Connect source phone number.
    connect_contact_flow_id str
    The identifier of the published Amazon Connect contact flow.
    answer_machine_detection_config CampaignAnswerMachineDetectionConfig
    The answering machine detection configuration.
    connect_source_phone_number str
    The Amazon Connect source phone number.
    connectContactFlowId String
    The identifier of the published Amazon Connect contact flow.
    answerMachineDetectionConfig Property Map
    The answering machine detection configuration.
    connectSourcePhoneNumber String
    The Amazon Connect source phone number.

    CampaignTelephonyOutboundMode, CampaignTelephonyOutboundModeArgs

    AgentlessConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignAgentlessConfig
    The agentless outbound mode configuration for telephony.
    PredictiveConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignPredictiveConfig
    Contains predictive outbound mode configuration.
    ProgressiveConfig Pulumi.AwsNative.ConnectCampaignsV2.Inputs.CampaignProgressiveConfig
    Contains progressive telephony outbound mode configuration.
    AgentlessConfig CampaignAgentlessConfig
    The agentless outbound mode configuration for telephony.
    PredictiveConfig CampaignPredictiveConfig
    Contains predictive outbound mode configuration.
    ProgressiveConfig CampaignProgressiveConfig
    Contains progressive telephony outbound mode configuration.
    agentlessConfig CampaignAgentlessConfig
    The agentless outbound mode configuration for telephony.
    predictiveConfig CampaignPredictiveConfig
    Contains predictive outbound mode configuration.
    progressiveConfig CampaignProgressiveConfig
    Contains progressive telephony outbound mode configuration.
    agentlessConfig CampaignAgentlessConfig
    The agentless outbound mode configuration for telephony.
    predictiveConfig CampaignPredictiveConfig
    Contains predictive outbound mode configuration.
    progressiveConfig CampaignProgressiveConfig
    Contains progressive telephony outbound mode configuration.
    agentless_config CampaignAgentlessConfig
    The agentless outbound mode configuration for telephony.
    predictive_config CampaignPredictiveConfig
    Contains predictive outbound mode configuration.
    progressive_config CampaignProgressiveConfig
    Contains progressive telephony outbound mode configuration.
    agentlessConfig Property Map
    The agentless outbound mode configuration for telephony.
    predictiveConfig Property Map
    Contains predictive outbound mode configuration.
    progressiveConfig Property Map
    Contains progressive telephony outbound mode configuration.

    CampaignTimeRange, CampaignTimeRangeArgs

    EndTime string
    StartTime string
    EndTime string
    StartTime string
    endTime String
    startTime String
    endTime string
    startTime string
    endTime String
    startTime String

    CampaignTimeWindow, CampaignTimeWindowArgs

    OpenHours CampaignOpenHours
    The open hours configuration.
    RestrictedPeriods CampaignRestrictedPeriods
    The restricted periods configuration.
    openHours CampaignOpenHours
    The open hours configuration.
    restrictedPeriods CampaignRestrictedPeriods
    The restricted periods configuration.
    openHours CampaignOpenHours
    The open hours configuration.
    restrictedPeriods CampaignRestrictedPeriods
    The restricted periods configuration.
    open_hours CampaignOpenHours
    The open hours configuration.
    restricted_periods CampaignRestrictedPeriods
    The restricted periods configuration.
    openHours Property Map
    The open hours configuration.
    restrictedPeriods Property Map
    The restricted periods configuration.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi