CloudWatchLogs / Client / disassociate_source_from_s3_table_integration
disassociate_source_from_s3_table_integration¶
- CloudWatchLogs.Client.disassociate_source_from_s3_table_integration(**kwargs)¶
Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_source_from_s3_table_integration( identifier='string' )
- Parameters:
identifier (string) –
[REQUIRED]
The unique identifier of the association to remove between the data source and S3 Table Integration.
- Return type:
dict
- Returns:
Response Syntax
{ 'identifier': 'string' }
Response Structure
(dict) –
identifier (string) –
The unique identifier of the association that was removed.
Exceptions
CloudWatchLogs.Client.exceptions.AccessDeniedExceptionCloudWatchLogs.Client.exceptions.ResourceNotFoundExceptionCloudWatchLogs.Client.exceptions.ThrottlingExceptionCloudWatchLogs.Client.exceptions.ValidationExceptionCloudWatchLogs.Client.exceptions.InternalServerException