View source: R/inspector2_operations.R
inspector2_update_cis_scan_configuration | R Documentation |
Updates a CIS scan configuration.
See https://www.paws-r-sdk.com/docs/inspector2_update_cis_scan_configuration/ for full documentation.
inspector2_update_cis_scan_configuration(
scanConfigurationArn,
scanName = NULL,
schedule = NULL,
securityLevel = NULL,
targets = NULL
)
scanConfigurationArn |
[required] The CIS scan configuration ARN. |
scanName |
The scan name for the CIS scan configuration. |
schedule |
The schedule 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. |
targets |
The targets for the CIS scan configuration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.