Interface CfnCampaign.ScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.ScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.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.services.connectcampaignsv2.*;
ScheduleProperty scheduleProperty = ScheduleProperty.builder()
.endTime("endTime")
.startTime("startTime")
// the properties below are optional
.refreshFrequency("refreshFrequency")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.SchedulePropertystatic final classAn implementation forCfnCampaign.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:
-
getStartTime
The start time of the schedule in UTC.- See Also:
-
getRefreshFrequency
The refresh frequency of the campaign.- See Also:
-
builder
-