Disassociate Source From S3 Table Integration
| cloudwatchlogs_disassociate_source_from_s3_table_integration | R Documentation |
Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration¶
Description¶
Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.
Usage¶
cloudwatchlogs_disassociate_source_from_s3_table_integration(identifier)
Arguments¶
identifier |
[required] The unique identifier of the association to remove between the data source and S3 Table Integration. |
Value¶
A list with the following syntax:
list(
identifier = "string"
)
Request syntax¶
svc$disassociate_source_from_s3_table_integration(
identifier = "string"
)