---
title: "POST /ListInfrastructureConfigurations"
method: POST
path: "/ListInfrastructureConfigurations"
---

# POST /ListInfrastructureConfigurations

`POST /ListInfrastructureConfigurations`

Returns a list of infrastructure configurations.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `filters` Filter[] — You can filter on <code>name</code> to streamline results.
    - `name` string — The name of the filter. Filter names are case-sensitive.
    - `values` FilterValue[] — The filter values. Filter values are case-sensitive.
  - `maxResults` integer — The maximum items to return in a request.
  - `nextToken` string — A token to specify where to start paginating. This is the NextToken from a previously truncated response.

## Response `200`

Success

- ListInfrastructureConfigurationsResponse
  - `requestId` string — The request ID that uniquely identifies this request.
  - `infrastructureConfigurationSummaryList` InfrastructureConfigurationSummary[] — The list of infrastructure configurations.
    - `arn` string — The Amazon Resource Name (ARN) of the infrastructure configuration.
    - `name` string — The name of the infrastructure configuration.
    - `description` string — The description of the infrastructure configuration.
    - `dateCreated` string — The date on which the infrastructure configuration was created.
    - `dateUpdated` string — The date on which the infrastructure configuration was last updated.
    - `resourceTags` object — The tags attached to the image created by Image Builder.
    - `tags` object — The tags of the infrastructure configuration.
    - `instanceTypes` InstanceType[] — The instance types of the infrastructure configuration.
    - `instanceProfileName` string — The instance profile of the infrastructure configuration.
  - `nextToken` string — The next token used for paginated responses. When this field isn't empty, there are additional elements that the service has'ot included in this request. Use this token with the next request to retrieve additional objects.

## Other responses

- `480` — ServiceException
- `481` — ClientException
- `482` — ServiceUnavailableException
- `483` — InvalidRequestException
- `484` — InvalidPaginationTokenException
- `485` — ForbiddenException
- `486` — CallRateLimitExceededException

---

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