Interface CfnCampaign.TimeoutConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.TimeoutConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.TimeoutConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.connectcampaignsv2.*;
TimeoutConfigProperty timeoutConfigProperty = TimeoutConfigProperty.builder()
.durationInSeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.TimeoutConfigPropertystatic final classAn implementation forCfnCampaign.TimeoutConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDurationInSeconds
Duration in seconds for the countdown timer.- See Also:
-
builder
-