View source: R/securityhub_operations.R
securityhub_update_action_target | R Documentation |
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.
securityhub_update_action_target(
ActionTargetArn,
Name = NULL,
Description = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.