RefreshScheduleReference
- class aws_cdk.aws_quicksight.RefreshScheduleReference(*, aws_account_id, data_set_id, refresh_schedule_arn, schedule_id)
Bases:
object
A reference to a RefreshSchedule resource.
- Parameters:
aws_account_id (
str
) – The AwsAccountId of the RefreshSchedule resource.data_set_id (
str
) – The DataSetId of the RefreshSchedule resource.refresh_schedule_arn (
str
) – The ARN of the RefreshSchedule resource.schedule_id (
str
) – The Schedule/ScheduleId of the RefreshSchedule resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_quicksight as quicksight refresh_schedule_reference = quicksight.RefreshScheduleReference( aws_account_id="awsAccountId", data_set_id="dataSetId", refresh_schedule_arn="refreshScheduleArn", schedule_id="scheduleId" )
Attributes
- aws_account_id
The AwsAccountId of the RefreshSchedule resource.
- data_set_id
The DataSetId of the RefreshSchedule resource.
- refresh_schedule_arn
The ARN of the RefreshSchedule resource.
- schedule_id
The Schedule/ScheduleId of the RefreshSchedule resource.