Learn R Programming

paws.security.identity (version 0.7.0)

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.

See https://www.paws-r-sdk.com/docs/securityhub_update_action_target/ for full documentation.

Usage

securityhub_update_action_target(
  ActionTargetArn,
  Name = NULL,
  Description = NULL
)

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.