Interface CfnCampaignMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:10.635Z")
@Stability(Stable)
public interface CfnCampaignMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnCampaignPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.*;
Object agentlessConfig;
CfnCampaignMixinProps cfnCampaignMixinProps = CfnCampaignMixinProps.builder()
.channelSubtypeConfig(ChannelSubtypeConfigProperty.builder()
.email(EmailChannelSubtypeConfigProperty.builder()
.capacity(123)
.defaultOutboundConfig(EmailOutboundConfigProperty.builder()
.connectSourceEmailAddress("connectSourceEmailAddress")
.sourceEmailAddressDisplayName("sourceEmailAddressDisplayName")
.wisdomTemplateArn("wisdomTemplateArn")
.build())
.outboundMode(EmailOutboundModeProperty.builder()
.agentlessConfig(agentlessConfig)
.build())
.build())
.sms(SmsChannelSubtypeConfigProperty.builder()
.capacity(123)
.defaultOutboundConfig(SmsOutboundConfigProperty.builder()
.connectSourcePhoneNumberArn("connectSourcePhoneNumberArn")
.wisdomTemplateArn("wisdomTemplateArn")
.build())
.outboundMode(SmsOutboundModeProperty.builder()
.agentlessConfig(agentlessConfig)
.build())
.build())
.telephony(TelephonyChannelSubtypeConfigProperty.builder()
.capacity(123)
.connectQueueId("connectQueueId")
.defaultOutboundConfig(TelephonyOutboundConfigProperty.builder()
.answerMachineDetectionConfig(AnswerMachineDetectionConfigProperty.builder()
.awaitAnswerMachinePrompt(false)
.enableAnswerMachineDetection(false)
.build())
.connectContactFlowId("connectContactFlowId")
.connectSourcePhoneNumber("connectSourcePhoneNumber")
.ringTimeout(123)
.build())
.outboundMode(TelephonyOutboundModeProperty.builder()
.agentlessConfig(agentlessConfig)
.predictiveConfig(PredictiveConfigProperty.builder()
.bandwidthAllocation(123)
.build())
.previewConfig(PreviewConfigProperty.builder()
.agentActions(List.of("agentActions"))
.bandwidthAllocation(123)
.timeoutConfig(TimeoutConfigProperty.builder()
.durationInSeconds(123)
.build())
.build())
.progressiveConfig(ProgressiveConfigProperty.builder()
.bandwidthAllocation(123)
.build())
.build())
.build())
.whatsApp(WhatsAppChannelSubtypeConfigProperty.builder()
.capacity(123)
.defaultOutboundConfig(WhatsAppOutboundConfigProperty.builder()
.connectSourcePhoneNumberArn("connectSourcePhoneNumberArn")
.wisdomTemplateArn("wisdomTemplateArn")
.build())
.outboundMode(WhatsAppOutboundModeProperty.builder()
.agentlessConfig(agentlessConfig)
.build())
.build())
.build())
.communicationLimitsOverride(CommunicationLimitsConfigProperty.builder()
.allChannelsSubtypes(CommunicationLimitsProperty.builder()
.communicationLimitList(List.of(CommunicationLimitProperty.builder()
.frequency(123)
.maxCountPerRecipient(123)
.unit("unit")
.build()))
.build())
.instanceLimitsHandling("instanceLimitsHandling")
.build())
.communicationTimeConfig(CommunicationTimeConfigProperty.builder()
.email(TimeWindowProperty.builder()
.openHours(OpenHoursProperty.builder()
.dailyHours(List.of(DailyHourProperty.builder()
.key("key")
.value(List.of(TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build()))
.build()))
.build())
.restrictedPeriods(RestrictedPeriodsProperty.builder()
.restrictedPeriodList(List.of(RestrictedPeriodProperty.builder()
.endDate("endDate")
.name("name")
.startDate("startDate")
.build()))
.build())
.build())
.localTimeZoneConfig(LocalTimeZoneConfigProperty.builder()
.defaultTimeZone("defaultTimeZone")
.localTimeZoneDetection(List.of("localTimeZoneDetection"))
.build())
.sms(TimeWindowProperty.builder()
.openHours(OpenHoursProperty.builder()
.dailyHours(List.of(DailyHourProperty.builder()
.key("key")
.value(List.of(TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build()))
.build()))
.build())
.restrictedPeriods(RestrictedPeriodsProperty.builder()
.restrictedPeriodList(List.of(RestrictedPeriodProperty.builder()
.endDate("endDate")
.name("name")
.startDate("startDate")
.build()))
.build())
.build())
.telephony(TimeWindowProperty.builder()
.openHours(OpenHoursProperty.builder()
.dailyHours(List.of(DailyHourProperty.builder()
.key("key")
.value(List.of(TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build()))
.build()))
.build())
.restrictedPeriods(RestrictedPeriodsProperty.builder()
.restrictedPeriodList(List.of(RestrictedPeriodProperty.builder()
.endDate("endDate")
.name("name")
.startDate("startDate")
.build()))
.build())
.build())
.whatsApp(TimeWindowProperty.builder()
.openHours(OpenHoursProperty.builder()
.dailyHours(List.of(DailyHourProperty.builder()
.key("key")
.value(List.of(TimeRangeProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build()))
.build()))
.build())
.restrictedPeriods(RestrictedPeriodsProperty.builder()
.restrictedPeriodList(List.of(RestrictedPeriodProperty.builder()
.endDate("endDate")
.name("name")
.startDate("startDate")
.build()))
.build())
.build())
.build())
.connectCampaignFlowArn("connectCampaignFlowArn")
.connectInstanceId("connectInstanceId")
.entryLimitsConfig(EntryLimitsConfigProperty.builder()
.maxEntryCount(123)
.minEntryInterval("minEntryInterval")
.build())
.name("name")
.schedule(ScheduleProperty.builder()
.endTime("endTime")
.refreshFrequency("refreshFrequency")
.startTime("startTime")
.build())
.source(SourceProperty.builder()
.customerProfilesSegmentArn("customerProfilesSegmentArn")
.eventTrigger(EventTriggerProperty.builder()
.customerProfilesDomainArn("customerProfilesDomainArn")
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignMixinPropsstatic final classAn implementation forCfnCampaignMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectContains channel subtype configuration for an outbound campaign.default ObjectCommunication limits configuration for an outbound campaign.default ObjectContains communication time configuration for an outbound campaign.default StringThe Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.default StringThe identifier of the Amazon Connect instance.default ObjectEntry limits config for a campaign.default StringgetName()The name of the outbound campaign.default ObjectContains the schedule configuration.default ObjectContains source configuration.getTags()The tags used to organize, track, or control access for this resource.default StringgetType()The type of campaign.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChannelSubtypeConfig
Contains channel subtype configuration for an outbound campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.ChannelSubtypeConfigProperty- See Also:
-
getCommunicationLimitsOverride
Communication limits configuration for an outbound campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.CommunicationLimitsConfigProperty- See Also:
-
getCommunicationTimeConfig
Contains communication time configuration for an outbound campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.CommunicationTimeConfigProperty- See Also:
-
getConnectCampaignFlowArn
The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.- See Also:
-
getConnectInstanceId
The identifier of the Amazon Connect instance.You can find the
instanceIdin the ARN of the instance.- See Also:
-
getEntryLimitsConfig
Entry limits config for a campaign.Returns union: either
IResolvableorCfnCampaignPropsMixin.EntryLimitsConfigProperty- See Also:
-
getName
The name of the outbound campaign.- See Also:
-
getSchedule
Contains the schedule configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.ScheduleProperty- See Also:
-
getSource
Contains source configuration.Returns union: either
IResolvableorCfnCampaignPropsMixin.SourceProperty- See Also:
-
getTags
The tags used to organize, track, or control access for this resource.For example,
{ "tags": {"key1":"value1", "key2":"value2"} }.- See Also:
-
getType
The type of campaign.- See Also:
-
builder
- Returns:
- a
CfnCampaignMixinProps.BuilderofCfnCampaignMixinProps
-