SecurityLake / Client / delete_custom_log_source

delete_custom_log_source#

SecurityLake.Client.delete_custom_log_source(**kwargs)#

Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.

See also: AWS API Documentation

Request Syntax

response = client.delete_custom_log_source(
    sourceName='string',
    sourceVersion='string'
)
Parameters:
  • sourceName (string) –

    [REQUIRED]

    The source name of custom log source that you want to delete.

  • sourceVersion (string) – The source version for the third-party custom source. You can limit the custom source removal to the specified source version.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions