interface CfnRefreshScheduleProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnRefreshScheduleProps |
Java | software.amazon.awscdk.services.quicksight.CfnRefreshScheduleProps |
Python | aws_cdk.aws_quicksight.CfnRefreshScheduleProps |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
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
Name | Type | Description |
---|---|---|
aws | string | The AWS account ID of the account that you are creating a schedule in. |
data | string | The ID of the dataset that you are creating a refresh schedule for. |
schedule? | IResolvable | Refresh | The 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
|
Refresh
(optional)
The refresh schedule of a dataset.