securityhub_update_action_target {paws.security.identity} | R Documentation |
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. |
[Package paws.security.identity version 0.6.1 Index]