Interface CfnCampaignPropsMixin.PreviewConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCampaignPropsMixin.PreviewConfigProperty.Jsii$Proxy
Enclosing class:
CfnCampaignPropsMixin

@Stability(Stable) public static interface CfnCampaignPropsMixin.PreviewConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains preview outbound mode 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.mixins.preview.services.connectcampaignsv2.mixins.*;
 PreviewConfigProperty previewConfigProperty = PreviewConfigProperty.builder()
         .agentActions(List.of("agentActions"))
         .bandwidthAllocation(123)
         .timeoutConfig(TimeoutConfigProperty.builder()
                 .durationInSeconds(123)
                 .build())
         .build();
 

See Also: