---
title: "POST /connectorscanconfigurations/list"
method: POST
path: "/connectorscanconfigurations/list"
---

# POST /connectorscanconfigurations/list

`POST /connectorscanconfigurations/list`

Lists scan configurations for Amazon Web Services Config connectors. Results are paginated. Use the <code>nextToken</code> parameter to retrieve the next page of results.

## Request body

- object
  - `awsConfigConnectorArns` AwsConfigConnectorArn[] — The list of Amazon Web Services Config connector ARNs to filter results.
  - `maxResults` integer — The maximum number of results to return in a single call. Valid range is 1 to 50. To retrieve the remaining results, make another request with the <code>nextToken</code> value returned from this request.
  - `nextToken` string, password — A token to use for paginating results. Set this value to null for the first request. For subsequent calls, use the <code>nextToken</code> value returned from the previous request.

## Response `200`

Success

- ListConnectorScanConfigurationsResponse
  - `scanConfigurations` ConnectorScanConfigurationItem[], required — A list of scan configuration items.
    - `awsConfigConnectorArn` string, required — The ARN of the Amazon Web Services Config connector.
    - `connectorArns` ConnectorArn[], required — The list of connector ARNs associated with this Amazon Web Services Config connector.
    - `scanConfiguration` object, required — The scan configuration settings.
      - `containerImageScanning` object — The container image scanning configuration, including push and pull duration settings.
        - `pushDuration` 'LIFETIME' | 'DAYS_3' | 'DAYS_7' | 'DAYS_30' | 'DAYS_180' | 'DAYS_14' | 'DAYS_60' | 'DAYS_90' — The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are <code>LIFETIME</code>, <code>DAYS_3</code>, <code>DAYS_7</code>, <code>DAYS_14</code>, <code>DAYS_30</code>, <code>DAYS_60</code>, <code>DAYS_90</code>, and <code>DAYS_180</code>.
        - `pullDuration` 'DAYS_3' | 'DAYS_7' | 'DAYS_14' | 'DAYS_30' | 'DAYS_60' | 'DAYS_90' | 'DAYS_180' — The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are <code>DAYS_3</code>, <code>DAYS_7</code>, <code>DAYS_14</code>, <code>DAYS_30</code>, <code>DAYS_60</code>, <code>DAYS_90</code>, and <code>DAYS_180</code>.
  - `nextToken` string, password — A pagination token. If this value is not null, there are additional results available. Use this token in the <code>nextToken</code> parameter of a subsequent request to retrieve the next page of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — 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)
