CloudWatchLogs / Client / delete_syslog_configuration

delete_syslog_configuration

CloudWatchLogs.Client.delete_syslog_configuration(**kwargs)

Deletes a syslog configuration for a log group. After deletion, syslog data is no longer ingested through the specified VPC endpoint.

See also: AWS API Documentation

Request Syntax

response = client.delete_syslog_configuration(
    logGroupIdentifier='string',
    vpcEndpointId='string'
)
Parameters:
  • logGroupIdentifier (string) –

    [REQUIRED]

    The name or ARN of the log group to remove the syslog configuration from.

  • vpcEndpointId (string) – The ID of the VPC endpoint associated with the syslog configuration to delete.

Returns:

None

Exceptions

  • CloudWatchLogs.Client.exceptions.AccessDeniedException

  • CloudWatchLogs.Client.exceptions.InvalidParameterException

  • CloudWatchLogs.Client.exceptions.InvalidOperationException

  • CloudWatchLogs.Client.exceptions.OperationAbortedException

  • CloudWatchLogs.Client.exceptions.ResourceNotFoundException

  • CloudWatchLogs.Client.exceptions.ThrottlingException

  • CloudWatchLogs.Client.exceptions.ServiceUnavailableException