Interface CfnCampaignPropsMixin.PreviewConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.PreviewConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.PreviewConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains preview outbound mode configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.connectcampaignsv2.mixins.*;
PreviewConfigProperty previewConfigProperty = PreviewConfigProperty.builder()
.agentActions(List.of("agentActions"))
.bandwidthAllocation(123)
.timeoutConfig(TimeoutConfigProperty.builder()
.durationInSeconds(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.PreviewConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.PreviewConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentActions
Agent actions for the preview outbound mode.- See Also:
-
getBandwidthAllocation
Bandwidth allocation for the preview outbound mode.- See Also:
-
getTimeoutConfig
Countdown timer configuration for preview outbound mode.Returns union: either
IResolvableorCfnCampaignPropsMixin.TimeoutConfigProperty- See Also:
-
builder
-