Interface CfnCampaignPropsMixin.TimeoutConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.TimeoutConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.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.cfnpropertymixins.services.connectcampaignsv2.*;
TimeoutConfigProperty timeoutConfigProperty = TimeoutConfigProperty.builder()
.durationInSeconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.TimeoutConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.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
-