Interface CfnCampaignPropsMixin.ScheduleProperty

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

@Stability(Stable) public static interface CfnCampaignPropsMixin.ScheduleProperty extends software.amazon.jsii.JsiiSerializable
Contains the schedule 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.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .endTime("endTime")
         .refreshFrequency("refreshFrequency")
         .startTime("startTime")
         .build();
 

See Also: