Interface CfnRefreshSchedule.RefreshOnDayProperty

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

@Stability(Stable) public static interface CfnRefreshSchedule.RefreshOnDayProperty extends software.amazon.jsii.JsiiSerializable
The day that you want yout dataset to refresh.

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.quicksight.*;
 RefreshOnDayProperty refreshOnDayProperty = RefreshOnDayProperty.builder()
         .dayOfMonth("dayOfMonth")
         .dayOfWeek("dayOfWeek")
         .build();
 

See Also: