View source: R/inspector2_operations.R
inspector2_create_cis_scan_configuration | R Documentation |
Creates a CIS scan configuration.
See https://www.paws-r-sdk.com/docs/inspector2_create_cis_scan_configuration/ for full documentation.
inspector2_create_cis_scan_configuration(
scanName,
schedule,
securityLevel,
tags = NULL,
targets
)
scanName |
[required] The scan name for the CIS scan configuration. |
schedule |
[required] The schedule for the CIS scan configuration. |
securityLevel |
[required] The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile. |
tags |
The tags for the CIS scan configuration. |
targets |
[required] 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.