interface RefreshOnDayProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnRefreshSchedule.RefreshOnDayProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnRefreshSchedule_RefreshOnDayProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnRefreshSchedule.RefreshOnDayProperty |
![]() | aws_cdk.aws_quicksight.CfnRefreshSchedule.RefreshOnDayProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnRefreshSchedule » RefreshOnDayProperty |
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const refreshOnDayProperty: quicksight.CfnRefreshSchedule.RefreshOnDayProperty = {
dayOfMonth: 'dayOfMonth',
dayOfWeek: 'dayOfWeek',
};
Properties
Name | Type | Description |
---|---|---|
day | string | The day of the month that you want your dataset to refresh. |
day | string | The day of the week that you want to schedule the refresh on. |
dayOfMonth?
Type:
string
(optional)
The day of the month that you want your dataset to refresh.
This value is required for monthly refresh intervals.
dayOfWeek?
Type:
string
(optional)
The day of the week that you want to schedule the refresh on.
This value is required for weekly and monthly refresh intervals.