aws-cdk-lib.aws_quicksight.CfnRefreshScheduleProps

interface CfnRefreshScheduleProps

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnRefreshScheduleProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnRefreshScheduleProps
Javasoftware.amazon.awscdk.services.quicksight.CfnRefreshScheduleProps
Pythonaws_cdk.aws_quicksight.CfnRefreshScheduleProps
TypeScript aws-cdk-lib » aws_quicksight » CfnRefreshScheduleProps

Properties for defining a CfnRefreshSchedule.

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 cfnRefreshScheduleProps: quicksight.CfnRefreshScheduleProps = {
  awsAccountId: 'awsAccountId',
  dataSetId: 'dataSetId',
  schedule: {
    refreshType: 'refreshType',
    scheduleFrequency: {
      interval: 'interval',
      refreshOnDay: {
        dayOfMonth: 'dayOfMonth',
        dayOfWeek: 'dayOfWeek',
      },
      timeOfTheDay: 'timeOfTheDay',
      timeZone: 'timeZone',
    },
    scheduleId: 'scheduleId',
    startAfterDateTime: 'startAfterDateTime',
  },
};

Properties

NameTypeDescription
awsAccountId?stringThe AWS account ID of the account that you are creating a schedule in.
dataSetId?stringThe ID of the dataset that you are creating a refresh schedule for.
schedule?IResolvable | RefreshScheduleMapPropertyThe refresh schedule of a dataset.

awsAccountId?

Type: string (optional)

The AWS account ID of the account that you are creating a schedule in.


dataSetId?

Type: string (optional)

The ID of the dataset that you are creating a refresh schedule for.


schedule?

Type: IResolvable | RefreshScheduleMapProperty (optional)

The refresh schedule of a dataset.