Used to control whether an individual security standard control is enabled or disabled.
securityhub_update_standards_control(StandardsControlArn, ControlStatus,
DisabledReason)
An empty list.
[required] The ARN of the security standard control to enable or disable.
The updated status of the security standard control.
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
svc$update_standards_control(
StandardsControlArn = "string",
ControlStatus = "ENABLED"|"DISABLED",
DisabledReason = "string"
)