aws-cdk-lib.aws_quicksight.CfnRefreshSchedule.RefreshOnDayProperty

interface RefreshOnDayProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnRefreshSchedule.RefreshOnDayProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnRefreshSchedule_RefreshOnDayProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnRefreshSchedule.RefreshOnDayProperty
Pythonaws_cdk.aws_quicksight.CfnRefreshSchedule.RefreshOnDayProperty
TypeScript 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

NameTypeDescription
dayOfMonth?stringThe day of the month that you want your dataset to refresh.
dayOfWeek?stringThe 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.