Describe Refresh Schedule
quicksight_describe_refresh_schedule | R Documentation |
Provides a summary of a refresh schedule¶
Description¶
Provides a summary of a refresh schedule.
Usage¶
Arguments¶
AwsAccountId
[required] The Amazon Web Services account ID.
DataSetId
[required] The ID of the dataset.
ScheduleId
[required] The ID of the refresh schedule.
Value¶
A list with the following syntax:
list(
RefreshSchedule = list(
ScheduleId = "string",
ScheduleFrequency = list(
Interval = "MINUTE15"|"MINUTE30"|"HOURLY"|"DAILY"|"WEEKLY"|"MONTHLY",
RefreshOnDay = list(
DayOfWeek = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY",
DayOfMonth = "string"
),
Timezone = "string",
TimeOfTheDay = "string"
),
StartAfterDateTime = as.POSIXct(
"2015-01-01"
),
RefreshType = "INCREMENTAL_REFRESH"|"FULL_REFRESH",
Arn = "string"
),
Status = 123,
RequestId = "string",
Arn = "string"
)