securityhub_update_insight {paws.security.identity} | R Documentation |
Updates the Security Hub insight identified by the specified insight ARN
Description
Updates the Security Hub insight identified by the specified insight ARN.
See https://www.paws-r-sdk.com/docs/securityhub_update_insight/ for full documentation.
Usage
securityhub_update_insight(
InsightArn,
Name = NULL,
Filters = NULL,
GroupByAttribute = NULL
)
Arguments
InsightArn |
[required] The ARN of the insight that you want to update. |
Name |
The updated name for the insight. |
Filters |
The updated filters that define this insight. |
GroupByAttribute |
The updated |
[Package paws.security.identity version 0.6.1 Index]