Learn R Programming

paws.security.identity (version 0.1.12)

securityhub_update_security_hub_configuration: Updates configuration options for Security Hub

Description

Updates configuration options for Security Hub.

Usage

securityhub_update_security_hub_configuration(AutoEnableControls)

Value

An empty list.

Arguments

AutoEnableControls

Whether to automatically enable new controls when they are added to standards that are enabled.

By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.

Request syntax

svc$update_security_hub_configuration(
  AutoEnableControls = TRUE|FALSE
)