Stop Materialized View Refresh Task Run
| glue_stop_materialized_view_refresh_task_run | R Documentation |
Stops a materialized view refresh task run, for a specified table and columns¶
Description¶
Stops a materialized view refresh task run, for a specified table and columns.
Usage¶
glue_stop_materialized_view_refresh_task_run(CatalogId, DatabaseName,
TableName)
Arguments¶
CatalogId |
[required] The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default. |
DatabaseName |
[required] The name of the database where the table resides. |
TableName |
[required] The name of the table to generate statistics. |
Value¶
An empty list.
Request syntax¶
svc$stop_materialized_view_refresh_task_run(
CatalogId = "string",
DatabaseName = "string",
TableName = "string"
)