---
title: "GET /resourcegateways/{resourceGatewayIdentifier}"
method: GET
path: "/resourcegateways/{resourceGatewayIdentifier}"
---

# GET /resourcegateways/{resourceGatewayIdentifier}

`GET /resourcegateways/{resourceGatewayIdentifier}`

Retrieves information about the specified resource gateway.

## Path parameters

- `resourceGatewayIdentifier` string, required

## Response `200`

Success

- GetResourceGatewayResponse
  - `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 status for the resource gateway.
  - `vpcId` string — The ID of the VPC for the resource gateway.
  - `subnetIds` SubnetId[] — The IDs of the VPC subnets for resource gateway.
  - `serviceManaged` boolean — Indicates whether the resource gateway is managed by an Amazon Web Services service.
  - `managedBy` string — The Amazon Web Services service that manages the resource gateway.
  - `securityGroupIds` SecurityGroupId[] — The security group IDs associated with the resource gateway.
  - `ipAddressType` 'IPV4' | 'IPV6' | 'DUALSTACK' — The type of IP address for 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 resource gateway was created, in ISO-8601 format.
  - `lastUpdatedAt` string, date-time — The date and time that the resource gateway was last updated, in ISO-8601 format.

## Other responses

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