---
title: "GET /resourceconfigurations"
method: GET
path: "/resourceconfigurations"
---

# GET /resourceconfigurations

`GET /resourceconfigurations`

Lists the resource configurations owned by or shared with this account.

## Query parameters

- `resourceGatewayIdentifier` string
- `resourceConfigurationGroupIdentifier` string
- `domainVerificationIdentifier` string
- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListResourceConfigurationsResponse
  - `items` ResourceConfigurationSummary[] — Information about the resource configurations.
    - `id` string — The ID of the resource configuration.
    - `name` string — The name of the resource configuration.
    - `arn` string — The Amazon Resource Name (ARN) of the resource configuration.
    - `resourceGatewayId` string — The ID of the resource gateway.
    - `resourceConfigurationGroupId` string — The ID of the group resource configuration.
    - `type` 'GROUP' | 'CHILD' | 'SINGLE' | 'ARN' — <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
    - `status` 'ACTIVE' | 'CREATE_IN_PROGRESS' | 'UPDATE_IN_PROGRESS' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' — The status of the resource configuration.
    - `amazonManaged` boolean — Indicates whether the resource configuration was created and is managed by Amazon.
    - `createdAt` string, date-time — The date and time that the resource configuration was created, in ISO-8601 format.
    - `lastUpdatedAt` string, date-time — The most recent date and time that the resource configuration was updated, in ISO-8601 format.
    - `customDomainName` string — The custom domain name.
    - `domainVerificationId` string — The domain verification ID.
    - `groupDomain` string — (GROUP) The group domain for a group resource configuration. Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.
  - `nextToken` string — If there are additional results, a pagination token for the next page of results.

## Other responses

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

---

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