interface TimeoutConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_connectcampaignsv2.CfnCampaign.TimeoutConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnectcampaignsv2#CfnCampaign_TimeoutConfigProperty |
Java | software.amazon.awscdk.services.connectcampaignsv2.CfnCampaign.TimeoutConfigProperty |
Python | aws_cdk.aws_connectcampaignsv2.CfnCampaign.TimeoutConfigProperty |
TypeScript | aws-cdk-lib » aws_connectcampaignsv2 » CfnCampaign » TimeoutConfigProperty |
Contains preview outbound mode timeout 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 timeoutConfigProperty: connectcampaignsv2.CfnCampaign.TimeoutConfigProperty = {
durationInSeconds: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| duration | number | Duration in seconds for the countdown timer. |
durationInSeconds?
Type:
number
(optional)
Duration in seconds for the countdown timer.

.NET
Go
Java
Python
TypeScript