Delete Action Target
| securityhub_delete_action_target | R Documentation | 
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)
Arguments¶
| ActionTargetArn | [required] The Amazon Resource Name (ARN) of the custom action target to delete. | 
Value¶
A list with the following syntax:
list(
  ActionTargetArn = "string"
)
Request syntax¶
svc$delete_action_target(
  ActionTargetArn = "string"
)