Glue / Client / stop_column_statistics_task_run_schedule

stop_column_statistics_task_run_schedule#

Glue.Client.stop_column_statistics_task_run_schedule(**kwargs)#

Stops a column statistics task run schedule.

See also: AWS API Documentation

Request Syntax

response = client.stop_column_statistics_task_run_schedule(
    DatabaseName='string',
    TableName='string'
)
Parameters:
  • DatabaseName (string) –

    [REQUIRED]

    The name of the database where the table resides.

  • TableName (string) –

    [REQUIRED]

    The name of the table for which to stop a column statistic task run schedule.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions