Glue / Client / stop_trigger

stop_trigger#

Glue.Client.stop_trigger(**kwargs)#

Stops a specified trigger.

See also: AWS API Documentation

Request Syntax

response = client.stop_trigger(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

The name of the trigger to stop.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      The name of the trigger that was stopped.

Exceptions