interface PredictiveConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.PredictiveConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_PredictiveConfigProperty |
Java | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.PredictiveConfigProperty |
Python | aws_cdk.aws_connectcampaignsv2.CfnCampaign.PredictiveConfigProperty |
TypeScript | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » PredictiveConfigProperty |
Contains predictive outbound mode configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connectcampaignsv2 as connectcampaignsv2 } from 'aws-cdk-lib';
const predictiveConfigProperty: connectcampaignsv2.CfnCampaign.PredictiveConfigProperty = {
bandwidthAllocation: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| bandwidth | number | Bandwidth allocation for the predictive outbound mode. |
bandwidthAllocation
Type:
number
Bandwidth allocation for the predictive outbound mode.

.NET
Go
Java
Python
TypeScript