Interface CfnRefreshSchedulePropsMixin.RefreshOnDayProperty

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

@Stability(Stable) public static interface CfnRefreshSchedulePropsMixin.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.cfnpropertymixins.services.quicksight.*;
 RefreshOnDayProperty refreshOnDayProperty = RefreshOnDayProperty.builder()
         .dayOfMonth("dayOfMonth")
         .dayOfWeek("dayOfWeek")
         .build();
 

See Also: