securityhub_delete_action_target: Deletes a custom action target from Security Hub
Description
Deletes a custom action target from Security Hub.
Deleting a custom action target does not affect any findings or insights
that were already sent to Amazon CloudWatch Events using the custom
action.
Usage
securityhub_delete_action_target(ActionTargetArn)
Value
A list with the following syntax:
list(
ActionTargetArn = "string"
)
Arguments
- ActionTargetArn
[required] The ARN of the custom action target to delete.
Request syntax
svc$delete_action_target(
ActionTargetArn = "string"
)