Learn R Programming

paws.security.identity (version 0.1.8)

securityhub_update_action_target: Updates the name and description of a custom action target in Security Hub

Description

Updates the name and description of a custom action target in Security Hub.

Usage

securityhub_update_action_target(ActionTargetArn, Name, Description)

Arguments

ActionTargetArn

[required] The ARN of the custom action target to update.

Name

The updated name of the custom action target.

Description

The updated description for the custom action target.

Request syntax

svc$update_action_target(
  ActionTargetArn = "string",
  Name = "string",
  Description = "string"
)