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.AccessDeniedExceptionCloudWatchLogs.Client.exceptions.InvalidParameterExceptionCloudWatchLogs.Client.exceptions.InvalidOperationExceptionCloudWatchLogs.Client.exceptions.OperationAbortedExceptionCloudWatchLogs.Client.exceptions.ResourceNotFoundExceptionCloudWatchLogs.Client.exceptions.ThrottlingExceptionCloudWatchLogs.Client.exceptions.ServiceUnavailableException