Learn R Programming

paws.security.identity (version 0.1.7)

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 doesn\'t 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 ARN of the custom action target to delete.

Request syntax

svc$delete_action_target(
  ActionTargetArn = "string"
)