Updates a CIS scan configuration
Source:R/inspector2_operations.R
inspector2_update_cis_scan_configuration.RdUpdates a CIS scan configuration.
See https://www.paws-r-sdk.com/docs/inspector2_update_cis_scan_configuration/ for full documentation.
Usage
inspector2_update_cis_scan_configuration(
scanConfigurationArn,
scanName = NULL,
securityLevel = NULL,
schedule = NULL,
targets = NULL
)Arguments
- scanConfigurationArn
[required] The CIS scan configuration ARN.
- scanName
The scan name for the CIS scan configuration.
- securityLevel
The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile.
- schedule
The schedule for the CIS scan configuration.
- targets
The targets for the CIS scan configuration.