quicksight_update_topic_refresh_schedule {paws.analytics} | R Documentation |
Updates a topic refresh schedule
Description
Updates a topic refresh schedule.
See https://www.paws-r-sdk.com/docs/quicksight_update_topic_refresh_schedule/ for full documentation.
Usage
quicksight_update_topic_refresh_schedule(
AwsAccountId,
TopicId,
DatasetId,
RefreshSchedule
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the topic whose refresh schedule you want to update. |
TopicId |
[required] The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. |
DatasetId |
[required] The ID of the dataset. |
RefreshSchedule |
[required] The definition of a refresh schedule. |
[Package paws.analytics version 0.7.0 Index]