---
title: "POST /cis/scan-configuration/update"
method: POST
path: "/cis/scan-configuration/update"
---

# POST /cis/scan-configuration/update

`POST /cis/scan-configuration/update`

Updates a CIS scan configuration.

## Request body

- object
  - `scanConfigurationArn` string, required — The CIS scan configuration ARN.
  - `scanName` string — The scan name for the CIS scan configuration.
  - `securityLevel` 'LEVEL_1' | 'LEVEL_2' — The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile.
  - `schedule` object — A schedule.
    - `oneTime` object — The schedule's one time.
    - `daily` object — The schedule's daily.
      - `startTime` object, required — The schedule start time.
        - `timeOfDay` string, required — The time of day in 24-hour format (00:00).
        - `timezone` string, required — The timezone.
    - `weekly` object — The schedule's weekly.
      - `startTime` object, required — The weekly schedule's start time.
        - `timeOfDay` string, required — The time of day in 24-hour format (00:00).
        - `timezone` string, required — The timezone.
      - `days` Day[], required — The weekly schedule's days.
    - `monthly` object — The schedule's monthly.
      - `startTime` object, required — The monthly schedule's start time.
        - `timeOfDay` string, required — The time of day in 24-hour format (00:00).
        - `timezone` string, required — The timezone.
      - `day` 'SUN' | 'MON' | 'TUE' | 'WED' | 'THU' | 'FRI' | 'SAT', required — The monthly schedule's day.
  - `targets` object — Updates CIS targets.
    - `accountIds` TargetAccount[] — The target account ids.
    - `targetResourceTags` object — The target resource tags.

## Response `200`

Success

- UpdateCisScanConfigurationResponse
  - `scanConfigurationArn` string, required — The CIS scan configuration ARN.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/inspector2.md) · [All operations](https://skmtc.net/aws/apis/inspector2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/inspector2/versions/c51110c7cd43/schema)
