Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_custom_log_source

delete_custom_log_source(**kwargs)

Removes a custom log source from Amazon Security Lake.

See also: AWS API Documentation

Request Syntax

response = client.delete_custom_log_source(
    customSourceName='string'
)
Parameters
customSourceName (string) --

[REQUIRED]

The custom source name for the custom log source.

Return type
dict
Returns
Response Syntax
{
    'customDataLocation': 'string'
}

Response Structure

  • (dict) --
    • customDataLocation (string) --

      The location of the partition in the Amazon S3 bucket for Security Lake.

Exceptions

  • SecurityLake.Client.exceptions.InternalServerException
  • SecurityLake.Client.exceptions.ValidationException
  • SecurityLake.Client.exceptions.ConflictSourceNamesException
  • SecurityLake.Client.exceptions.AccessDeniedException
  • SecurityLake.Client.exceptions.BucketNotFoundException
  • SecurityLake.Client.exceptions.ResourceNotFoundException
  • SecurityLake.Client.exceptions.AccountNotFoundException