interface PredictiveConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ConnectCampaignsV2.CfnCampaignPropsMixin.PredictiveConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnectcampaignsv2#CfnCampaignPropsMixin_PredictiveConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connectcampaignsv2.CfnCampaignPropsMixin.PredictiveConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_connectcampaignsv2.CfnCampaignPropsMixin.PredictiveConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connectcampaignsv2 » CfnCampaignPropsMixin » 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/cfn-property-mixins';
const predictiveConfigProperty: connectcampaignsv2.CfnCampaignPropsMixin.PredictiveConfigProperty = {
bandwidthAllocation: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| bandwidth | number | Bandwidth allocation for the predictive outbound mode. |
bandwidthAllocation?
Type:
number
(optional)
Bandwidth allocation for the predictive outbound mode.

.NET
Go
Java
Python
TypeScript