inspector2_create_cis_scan_configuration {paws.security.identity} | R Documentation |
Creates a CIS scan configuration
Description
Creates a CIS scan configuration.
See https://www.paws-r-sdk.com/docs/inspector2_create_cis_scan_configuration/ for full documentation.
Usage
inspector2_create_cis_scan_configuration(
scanName,
schedule,
securityLevel,
tags = NULL,
targets
)
Arguments
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. |
[Package paws.security.identity version 0.6.1 Index]