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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.SchedulePropertystatic final classAn implementation forCfnCampaignPropsMixin.ScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndTime
The end time of the schedule in UTC.- See Also:
-
getRefreshFrequency
The refresh frequency of the campaign.- See Also:
-
getStartTime
The start time of the schedule in UTC.- See Also:
-
builder
-