Interface CfnCampaign.AgentlessDialerConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.AgentlessDialerConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.AgentlessDialerConfigProperty
extends software.amazon.jsii.JsiiSerializable
Contains agentless dialer configuration for an outbound campaign.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.connectcampaigns.*; AgentlessDialerConfigProperty agentlessDialerConfigProperty = AgentlessDialerConfigProperty.builder() .dialingCapacity(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCampaign.AgentlessDialerConfigProperty
static final class
An implementation forCfnCampaign.AgentlessDialerConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDialingCapacity
The allocation of dialing capacity between multiple active campaigns.- See Also:
-
builder
-