Interface CfnDomain.JobScheduleProperty

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

@Stability(Stable) public static interface CfnDomain.JobScheduleProperty extends software.amazon.jsii.JsiiSerializable
The day and time when do you want to start the Identity Resolution Job every week.

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.customerprofiles.*;
 JobScheduleProperty jobScheduleProperty = JobScheduleProperty.builder()
         .dayOfTheWeek("dayOfTheWeek")
         .time("time")
         .build();
 

See Also: