interface RefreshScheduleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.RefreshScheduleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#RefreshScheduleReference |
![]() | software.amazon.awscdk.services.quicksight.RefreshScheduleReference |
![]() | aws_cdk.aws_quicksight.RefreshScheduleReference |
![]() | aws-cdk-lib » aws_quicksight » RefreshScheduleReference |
A reference to a RefreshSchedule resource.
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 refreshScheduleReference: quicksight.RefreshScheduleReference = {
awsAccountId: 'awsAccountId',
dataSetId: 'dataSetId',
refreshScheduleArn: 'refreshScheduleArn',
scheduleId: 'scheduleId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the RefreshSchedule resource. |
data | string | The DataSetId of the RefreshSchedule resource. |
refresh | string | The ARN of the RefreshSchedule resource. |
schedule | string | The Schedule/ScheduleId of the RefreshSchedule resource. |
awsAccountId
Type:
string
The AwsAccountId of the RefreshSchedule resource.
dataSetId
Type:
string
The DataSetId of the RefreshSchedule resource.
refreshScheduleArn
Type:
string
The ARN of the RefreshSchedule resource.
scheduleId
Type:
string
The Schedule/ScheduleId of the RefreshSchedule resource.