securityhub_update_security_control {paws.security.identity} | R Documentation |
Updates the properties of a security control
Description
Updates the properties of a security control.
See https://www.paws-r-sdk.com/docs/securityhub_update_security_control/ for full documentation.
Usage
securityhub_update_security_control(
SecurityControlId,
Parameters,
LastUpdateReason = NULL
)
Arguments
SecurityControlId |
[required] The Amazon Resource Name (ARN) or ID of the control to update. |
Parameters |
[required] An object that specifies which security control parameters to update. |
LastUpdateReason |
The most recent reason for updating the properties of the security control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores. |
[Package paws.security.identity version 0.9.0 Index]