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

# GET /resourcegateways

`GET /resourcegateways`

Lists the resource gateways that you own or that were shared with you.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListResourceGatewaysResponse
  - `items` ResourceGatewaySummary[] — Information about the resource gateways.
    - `name` string — The name of the resource gateway.
    - `id` string — The ID of the resource gateway.
    - `arn` string — The Amazon Resource Name (ARN) of the resource gateway.
    - `status` 'ACTIVE' | 'CREATE_IN_PROGRESS' | 'UPDATE_IN_PROGRESS' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' — The name of the resource gateway.
    - `vpcIdentifier` string — The ID of the VPC for the resource gateway.
    - `subnetIds` SubnetId[] — The IDs of the VPC subnets for the resource gateway.
    - `securityGroupIds` SecurityGroupId[] — The IDs of the security groups applied to the resource gateway.
    - `ipAddressType` 'IPV4' | 'IPV6' | 'DUALSTACK' — The type of IP address used by the resource gateway.
    - `ipv4AddressesPerEni` integer — The number of IPv4 addresses in each ENI for the resource gateway.
    - `resourceConfigDnsResolution` 'IN_VPC' | 'PUBLIC' — The DNS resolution type for resource configurations that are associated with this resource gateway.
    - `createdAt` string, date-time — The date and time that the VPC endpoint association was created, in ISO-8601 format.
    - `lastUpdatedAt` string, date-time — The most recent date and time that the resource gateway was updated, in ISO-8601 format.
  - `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)
