interface ProgressiveConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.ProgressiveConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_ProgressiveConfigProperty |
![]() | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.ProgressiveConfigProperty |
![]() | aws_cdk.aws_connectcampaignsv2.CfnCampaign.ProgressiveConfigProperty |
![]() | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » ProgressiveConfigProperty |
Contains the progressive 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 progressiveConfigProperty: connectcampaignsv2.CfnCampaign.ProgressiveConfigProperty = {
bandwidthAllocation: 123,
};
Properties
Name | Type | Description |
---|---|---|
bandwidth | number | Bandwidth allocation for the progressive outbound mode. |
bandwidthAllocation
Type:
number
Bandwidth allocation for the progressive outbound mode.