AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::QuickSight::RefreshSchedule

CfnRefreshSchedule

Creates a refresh schedule for a dataset in Quick .

Import

import { CfnRefreshSchedule } from 'aws-cdk-lib/aws-quicksight';

Or use the module namespace:

import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnRefreshSchedule

Properties

Configuration passed to the constructor as CfnRefreshScheduleProps.

awsAccountIdOptional
string

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

dataSetIdOptional
string

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

scheduleOptional
IResolvable | RefreshScheduleMapProperty

The refresh schedule of a dataset.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter