Delete Custom Log Source
securitylake_delete_custom_log_source | R Documentation |
Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake¶
Description¶
Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.
Usage¶
securitylake_delete_custom_log_source(sourceName, sourceVersion)
Arguments¶
sourceName |
[required] The source name of custom log source that you want to delete. |
sourceVersion |
The source version for the third-party custom source. You can limit the custom source removal to the specified source version. |
Value¶
An empty list.
Request syntax¶
svc$delete_custom_log_source(
sourceName = "string",
sourceVersion = "string"
)