Class CfnRefreshSchedulePropsMixin.RefreshOnDayProperty
The day that you want yout dataset to refresh.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRefreshSchedulePropsMixin.RefreshOnDayProperty : CfnRefreshSchedulePropsMixin.IRefreshOnDayProperty
Syntax (vb)
Public Class CfnRefreshSchedulePropsMixin.RefreshOnDayProperty Implements CfnRefreshSchedulePropsMixin.IRefreshOnDayProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var refreshOnDayProperty = new RefreshOnDayProperty {
DayOfMonth = "dayOfMonth",
DayOfWeek = "dayOfWeek"
};
Synopsis
Constructors
| RefreshOnDayProperty() | The day that you want yout dataset to refresh. |
Properties
| DayOfMonth | The day of the month that you want your dataset to refresh. |
| DayOfWeek | The day of the week that you want to schedule the refresh on. |
Constructors
RefreshOnDayProperty()
The day that you want yout dataset to refresh.
public RefreshOnDayProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var refreshOnDayProperty = new RefreshOnDayProperty {
DayOfMonth = "dayOfMonth",
DayOfWeek = "dayOfWeek"
};
Properties
DayOfMonth
The day of the month that you want your dataset to refresh.
public string? DayOfMonth { get; set; }
Property Value
Remarks
This value is required for monthly refresh intervals.
DayOfWeek
The day of the week that you want to schedule the refresh on.
public string? DayOfWeek { get; set; }
Property Value
Remarks
This value is required for weekly and monthly refresh intervals.